HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/smarthr-co-in/db/dreamssmarthr-lading.sql_12
-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 13, 2025 at 06:28 AM
-- Server version: 10.4.24-MariaDB
-- PHP Version: 8.1.6

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: `dreamssmarthr-landing`
--

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

--
-- Table structure for table `wp_commentmeta`
--

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

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

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_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', '[email protected]', 'https://wordpress.org/', '', '2025-11-12 04:08:04', '2025-11-12 04:08:04', '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 `wp_e_events`
--

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

--
-- Dumping data for table `wp_e_events`
--

INSERT INTO `wp_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-11-12T09:38:59.044-06:30\"}', '2025-11-12 09:38:59'),
(2, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-11-12T09:38:58.948-06:30\"}', '2025-11-12 09:38:58'),
(3, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2025-11-12T09:39:00.572-06:30\"}', '2025-11-12 09:39:00');

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

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_options`
--

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

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:12:{i:1763012283;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1763014083;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1763014085;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:1763050102;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1763053683;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1763093284;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1763093302;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1763093310;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:1763093325;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:1763525360;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:1763611685;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://demo-smarthrlanding-wp.dreamstechnologies.com', 'on'),
(3, 'home', 'https://demo-smarthrlanding-wp.dreamstechnologies.com', 'on'),
(4, 'blogname', 'SmartHR', 'on'),
(5, 'blogdescription', '', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', '[email protected]', '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', '[email protected]', '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', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:136:{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:40:\"case-studies/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"case-studies/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"case-studies/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"case-studies/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"case-studies/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"case-studies/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"case-studies/([^/]+)/embed/?$\";s:43:\"index.php?case_study=$matches[1]&embed=true\";s:33:\"case-studies/([^/]+)/trackback/?$\";s:37:\"index.php?case_study=$matches[1]&tb=1\";s:41:\"case-studies/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?case_study=$matches[1]&paged=$matches[2]\";s:48:\"case-studies/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?case_study=$matches[1]&cpage=$matches[2]\";s:37:\"case-studies/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?case_study=$matches[1]&page=$matches[2]\";s:29:\"case-studies/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"case-studies/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"case-studies/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"case-studies/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"case-studies/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"case-studies/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"case-study-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?case_study_category=$matches[1]&feed=$matches[2]\";s:55:\"case-study-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?case_study_category=$matches[1]&feed=$matches[2]\";s:36:\"case-study-category/([^/]+)/embed/?$\";s:52:\"index.php?case_study_category=$matches[1]&embed=true\";s:48:\"case-study-category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?case_study_category=$matches[1]&paged=$matches[2]\";s:30:\"case-study-category/([^/]+)/?$\";s:41:\"index.php?case_study_category=$matches[1]\";s:36:\"articles/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"articles/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"articles/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"articles/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"articles/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"articles/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"articles/([^/]+)/embed/?$\";s:40:\"index.php?article=$matches[1]&embed=true\";s:29:\"articles/([^/]+)/trackback/?$\";s:34:\"index.php?article=$matches[1]&tb=1\";s:37:\"articles/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?article=$matches[1]&paged=$matches[2]\";s:44:\"articles/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?article=$matches[1]&cpage=$matches[2]\";s:33:\"articles/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?article=$matches[1]&page=$matches[2]\";s:25:\"articles/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"articles/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"articles/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"articles/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"articles/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"articles/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"article-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?article_category=$matches[1]&feed=$matches[2]\";s:52:\"article-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?article_category=$matches[1]&feed=$matches[2]\";s:33:\"article-category/([^/]+)/embed/?$\";s:49:\"index.php?article_category=$matches[1]&embed=true\";s:45:\"article-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?article_category=$matches[1]&paged=$matches[2]\";s:27:\"article-category/([^/]+)/?$\";s:38:\"index.php?article_category=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=10&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:4:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:46:\"dreamslanding-widgets/dreamstour-elementor.php\";i:3;s:23:\"elementor/elementor.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', 'dreamslanding', 'on'),
(42, 'stylesheet', 'dreamslanding', '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', '60421', '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:0:{}', 'on'),
(78, 'widget_text', 'a:0:{}', 'on'),
(79, 'widget_rss', 'a:0:{}', 'on'),
(80, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '10', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1778472483', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '60421', 'on'),
(102, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'on'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '1', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:12:\"blog-sidebar\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"array_version\";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.8.3\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}', 'on'),
(127, 'recovery_keys', 'a:1:{s:22:\"v1Nzg3IbOz93JScXpb9Oib\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$O0NoKg1A5zYaUexe-B4S5P6-nFw-1mwaDGvw6kOH\";s:10:\"created_at\";i:1762931192;}}', 'off'),
(128, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1762920516;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'),
(129, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(138, '_site_transient_timeout_browser_3c9fc7ddec9b58823c1c96756dbd45d8', '1763525308', 'off'),
(139, '_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'),
(140, '_site_transient_timeout_php_check_53fa02513e93f8d5b695fa686a20e650', '1763525309', 'off'),
(141, '_site_transient_php_check_53fa02513e93f8d5b695fa686a20e650', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(143, 'can_compress_scripts', '1', 'on'),
(150, 'current_theme', 'DreamsLanding', 'auto'),
(151, 'theme_mods_dreamslanding', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}', 'on'),
(152, 'theme_switched', '', 'auto'),
(161, 'elementor_active_kit', '6', 'auto'),
(162, 'elementor_font_display', 'swap', 'auto'),
(165, 'elementor_landing_pages_activation', '0', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(166, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":false,\"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}},\"should_open_in_editor\":false}', 'auto'),
(167, 'elementor_version', '3.33.0', 'auto'),
(168, 'elementor_install_history', 'a:2:{s:6:\"3.32.5\";i:1762920529;s:6:\"3.33.0\";i:1762920629;}', 'auto'),
(169, 'elementor_events_db_version', '1.0.0', 'off'),
(171, 'elementor_onboarded', '1', 'auto'),
(172, '_elementor_installed_time', '1762920542', 'auto'),
(173, 'elementor_connect_site_key', '794f952e908f04428c528e3101ec4539', 'auto'),
(174, 'elementor_remote_info_feed_data', 'a:3:{i:0;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:1;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\";}i:2;a:5:{s:5:\"title\";s:67:\"What Is an MCP? The AI Breakthrough Web Creators Shouldn’t Ignore\";s:7:\"excerpt\";s:143:\"Discover how Model Context Protocol (MCP) is shaping AI-tool interaction and redefining how pro web creators build, manage, and scale websites.\";s:7:\"created\";i:1754310811;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:130:\"https://elementor.com/blog/mcp-explained-for-web-creators/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(181, 'dreamstour_theme_options', 'a:47:{s:8:\"last_tab\";s:0:\"\";s:13:\"frontend_logo\";a:5:{s:3:\"url\";s:93:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/themes/dreamslanding/assets/images/logo.svg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:12:\"header_style\";s:6:\"style1\";s:17:\"header_login_text\";s:5:\"Login\";s:16:\"header_login_url\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:23:\"header_buy_product_text\";s:11:\"Buy Product\";s:22:\"header_buy_product_url\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:12:\"footer_style\";s:6:\"style1\";s:18:\"footer_top_heading\";s:72:\"Fully customizable. Enterprise-grade security. Startup-friendly pricing.\";s:15:\"footer_top_desc\";s:292:\"SmartHR is a unified business management platform that combines HRM, Accounting, CRM, Projects, User Management, and POS in one powerful system. Trusted by 2,500+ companies across 50+ countries, we help businesses eliminate manual processes, scale efficiently, and make data-driven decisions.\";s:19:\"footer_top_cta_text\";s:19:\"Ready to Customize?\";s:18:\"footer_top_cta_url\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:22:\"footer_top_cta_heading\";s:28:\"Speak with Our Sales Experts\";s:20:\"footer_column1_title\";s:5:\"Pages\";s:20:\"footer_column1_menus\";a:1:{i:0;s:1:\"2\";}s:20:\"footer_column2_title\";s:7:\"Company\";s:20:\"footer_column2_menus\";a:1:{i:0;s:1:\"2\";}s:20:\"footer_column3_title\";s:12:\"Destinations\";s:20:\"footer_column3_menus\";a:1:{i:0;s:1:\"2\";}s:20:\"footer_contact_title\";s:7:\"Contact\";s:25:\"footer_contact_uk_heading\";s:11:\"UK Location\";s:17:\"footer_contact_uk\";s:77:\"City Business Centre, 11a Lower Rd,\r\nLondon SE16 2XB\r\nContact: +44 7438823475\";s:28:\"footer_contact_india_heading\";s:14:\"India Location\";s:20:\"footer_contact_india\";s:91:\"22, Sri Kanchi Nagar,\r\nCheranmanagar,\r\nCoimbatore, India - 641035.\r\nContact: +91 9942576886\";s:22:\"footer_social_facebook\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:22:\"footer_social_linkedin\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:15:\"footer_social_x\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:21:\"footer_social_youtube\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:23:\"footer_social_instagram\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:21:\"footer_copyright_text\";s:55:\"<p>© Copyright 2025, All Rights Reserved by Doccure<p>\";s:22:\"footer_compliance_text\";s:42:\"ISO 27001 | SOC 2 Type II | GDPR Compliant\";s:13:\"onload_enable\";s:1:\"1\";s:20:\"onload_small_heading\";s:16:\"Get Started with\";s:12:\"onload_title\";s:20:\"SmartHR in 2 Minutes\";s:11:\"onload_desc\";s:163:\"See how 2,500+ businesses manage HR, Payroll, Projects & Accounting in one platform. 50-70% more affordable than enterprise HRMS. Go live in 1-3 weeks, not months.\";s:18:\"onload_email_label\";s:5:\"Email\";s:24:\"onload_email_placeholder\";s:16:\"Enter Your Email\";s:23:\"onload_primary_btn_text\";s:16:\"See SmartHR Demo\";s:22:\"onload_primary_btn_url\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:25:\"onload_secondary_btn_text\";s:22:\"I\'ll explore on my own\";s:24:\"onload_secondary_btn_url\";s:38:\"https://demo-smarthrlanding-wp.dreamstechnologies.com\";s:22:\"onload_highlight1_icon\";s:12:\"ti ti-shield\";s:22:\"onload_highlight1_text\";s:17:\"Your Data is Safe\";s:22:\"onload_highlight2_icon\";s:10:\"ti ti-star\";s:22:\"onload_highlight2_text\";s:12:\"4.8/5 Rating\";s:22:\"onload_highlight3_icon\";s:21:\"ti ti-building-estate\";s:22:\"onload_highlight3_text\";s:25:\"2,500+ Companies Trust US\";}', 'auto'),
(182, 'dreamstour_theme_options-transients', 'a:5:{s:14:\"changed_values\";a:1:{s:13:\"onload_enable\";s:0:\"\";}s:9:\"last_save\";i:1762952999;s:13:\"last_compiler\";i:1762952999;s:11:\"last_import\";i:1762952999;s:7:\"notices\";a:2:{s:8:\"warnings\";a:0:{}s:8:\"sanitize\";a:0:{}}}', 'auto'),
(183, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(184, 'recently_activated', 'a:0:{}', 'off'),
(187, 'elementor_log', 'a:12:{s:32:\"af611fb4cfed17484d052bf3538c3f33\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 04:10:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 04:10:27\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8b6d097edafa44f2f8715c683c96b14a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 04:10:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 04:10:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"031924e4443464bec0fe93fdf46a3359\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 04:10:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 04:10:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"bf71e2422afa67bdc1224189f033ef33\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 04:10:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 04:10:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2aa3b9ad5c0df681d589677421e4e632\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 04:10:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 04:10:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5fc2b879b87dcefc428f7f70c79acb27\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 04:10:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 04:10:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ecd1b8fef63dcb07352b72e789ef71e0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-11-12 07:46:21\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading &#039;activate&#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-11-12 07:46:21\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1762933581\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'activate\')\";s:3:\"url\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"864049\";}s:7:\"\0*\0file\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"864049\";}s:32:\"b87f26650b0d7261a677dc606e3742b5\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-11-12 09:51:27\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading &#039;children&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-11-12 09:51:27\";i:1;s:19:\"2025-11-12 11:40:44\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1762941087\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'children\')\";s:3:\"url\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"90699\";}s:7:\"\0*\0file\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"90699\";}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-11-12 10:12:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#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-11-12 10:12:03\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1762942323\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"999500\";}s:7:\"\0*\0file\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"999500\";}s:32:\"7a5f07ab833b9ede3dedd8c5ea2446c4\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-11-12 12:30:11\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:41:\"this.model.isValidChild is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 12:30:11\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1762950611\";s:7:\"message\";s:41:\"this.model.isValidChild is not a function\";s:3:\"url\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"75051\";}s:7:\"\0*\0file\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"75051\";}s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-11-12 12:45:11\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2025-11-12 12:45:11\";i:1;s:19:\"2025-11-12 12:45:11\";i:2;s:19:\"2025-11-12 12:47:41\";i:3;s:19:\"2025-11-12 12:47:41\";i:4;s:19:\"2025-11-12 13:57:35\";i:5;s:19:\"2025-11-12 13:57:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1762951511\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"916681\";}s:7:\"\0*\0file\";s:102:\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.33.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"916681\";}s:32:\"9bcf6ecf4c9d2a7f53482ab1409fcf07\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-11-12 12:53:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:68:\"Out of memory (allocated 46137344) (tried to allocate 2621440 bytes)\";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:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 12:53:28\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:68:\"Out of memory (allocated 46137344) (tried to allocate 2621440 bytes)\";s:4:\"file\";s:109:\"E:\\xampp\\htdocs\\dreamssmarthr-landing\\wp-content\\plugins\\elementor\\core\\files\\assets\\files-upload-handler.php\";s:4:\"line\";i:132;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:109:\"E:\\xampp\\htdocs\\dreamssmarthr-landing\\wp-content\\plugins\\elementor\\core\\files\\assets\\files-upload-handler.php\";s:7:\"\0*\0line\";i:132;}}', 'off'),
(192, 'elementor_1_elementor_updater_batch_d40be5940731a24b032605925a2c', 'a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}', 'off'),
(194, 'finished_updating_comment_type', '1', 'auto'),
(220, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(229, 'e_editor_counter', '43', 'auto'),
(232, '_elementor_free_to_pro_upsell', 'a:2:{s:7:\"timeout\";i:1763014875;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'),
(233, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1763014876;s:5:\"value\";s:15038:\"[{\"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 Alpha\",\"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 Alpha\",\"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 Alpha\",\"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 Alpha\",\"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 Alpha\",\"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\":\"send-notification-august\",\"title\":\"All Your Assets, One Library\",\"description\":\"Save time and skip the re-uploads - now you can pull images straight from your WordPress Media Library into Send. Faster, simpler, and built for WordPress.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aug_send.png\",\"chipTags\":[\"Cart abandonment\"],\"cta\":\"Upload Your Assets\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ML_WN\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.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\",\"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\":\"classes-3.30\",\"title\":\"Better class control\",\"description\":\"Get popovers with your class name, breakpoint, state and possible conflicts. Plus, the exact class names you define are now reflected in the code, making debugging and working with external tools easier!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/classes-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"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\":\"youtube-3.30\",\"title\":\"YouTube Element\",\"description\":\"The new YouTube Element is purpose-built to support V4 capabilities with faster rendering, better performance, and familiar controls like autoplay, loop, mute, and aspect ratio.\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/youtube-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"host-google-cloud\",\"title\":\"Deliver fast, secure websites at scale - free migration included!\",\"description\":\"Host your site on Elementor\\u2019s infrastructure - built for speed, security, and scale. Powered by Google Cloud, with free migration and 24\\/7 expert support.\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/host-google-cloud.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/elementor-host-google-cloud\",\"readMoreText\":\"Read More\"},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates\\/\"},{\"id\":\"migration-host\",\"title\":\"Move to Better Cloud Hosting, Painlessly\",\"description\":\"Migrate your Elementor website for free to a home that\\u2019s perfect for it, in minutes, with a combination of\\u2028advanced automation and free expert support\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/migration-host.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\",\"readMoreText\":\"Learn More\",\"cta\":\"Migrate for free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"hello-biz-contact\",\"title\":\"New Contact Widget, Visual Layout Presets & more\",\"description\":\"Hello Biz just got an update! Explore the new Contact Widget, Visual Layout Presets, Form Submissions integration, and fresh new kits.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-contact.png\",\"chipTags\":[\"New Features\"],\"link\":\"https:\\/\\/go.elementor.com\\/hello-biz-updates\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner-colors\",\"title\":\"Style Your Wireframe, Speed Up Your Store Build\",\"description\":\"Site Planner now lets you style your wireframe with fonts and colors - instantly visualizing your site\\u2019s look and feel. Plus, it predesigns pages for WooCommerce like Cart and Checkout, so you can dive straight into customizations\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/site-planner-colors.png\",\"chipTags\":[\"New Feature\"],\"link\":\"http:\\/\\/www.elementor.com\\/ai-site-planner\",\"readMoreText\":\"Learn More\"},{\"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'),
(236, '_elementor_element_cache_unique_id', '2790c67340fbc41abc2b3288e2c28723', 'auto'),
(237, '_elementor_ab_testing_data', 'a:2:{s:7:\"timeout\";i:1763014873;s:5:\"value\";s:274:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":false,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":false,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":false}}]\";}', 'off'),
(238, '_elementor_settings_update_time', '1762930312', 'auto'),
(239, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(240, 'elementor_disable_color_schemes', '', 'auto'),
(241, 'elementor_disable_typography_schemes', '', 'auto'),
(242, 'elementor_allow_tracking_last_update', '1762930312', 'auto'),
(243, 'elementor_allow_tracking', 'no', 'auto'),
(244, 'elementor_google_maps_api_key', '', 'auto'),
(245, 'elementor_editor_break_lines', '', 'auto'),
(246, 'elementor_unfiltered_files_upload', '', 'auto'),
(247, 'elementor_google_font', '1', 'auto'),
(248, 'elementor_load_fa4_shim', '', 'auto'),
(249, 'elementor_meta_generator_tag', '', 'auto'),
(250, 'elementor_css_print_method', 'external', 'auto'),
(251, 'elementor_optimized_image_loading', '1', 'auto'),
(252, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(253, 'elementor_lazy_load_background_images', '1', 'auto'),
(254, 'elementor_local_google_fonts', '0', 'auto'),
(255, 'elementor_element_cache_ttl', '24', 'auto'),
(256, 'elementor_experiment-import-export-customization', 'default', 'auto'),
(257, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(258, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(259, 'elementor_experiment-container', 'inactive', 'auto'),
(260, 'elementor_experiment-nested-elements', 'inactive', 'auto'),
(261, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(269, 'recovery_mode_email_last_sent', '1762931192', 'auto'),
(277, '_transient_timeout_elementor_image_optimization_campaign', '1765525518', 'off'),
(278, '_transient_elementor_image_optimization_campaign', 'a:3:{s:6:\"source\";s:23:\"io-editor-image-install\";s:8:\"campaign\";s:6:\"io-plg\";s:6:\"medium\";s:7:\"wp-dash\";}', 'off'),
(338, '_transient_timeout_elementor_remote_info_api_data_3.33.0', '1763049964', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(339, '_transient_elementor_remote_info_api_data_3.33.0', 'a:4:{s:9:\"timestamp\";s:10:\"1763006492\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off'),
(343, '_transient_health-check-site-status-result', '{\"good\":13,\"recommended\":7,\"critical\":2}', 'on'),
(350, '_site_transient_timeout_theme_roots', '1763012359', 'off'),
(351, '_site_transient_theme_roots', 'a:2:{s:13:\"dreamslanding\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off'),
(354, '_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:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";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:1763010562;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-11-13 00:57:20\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/en_GB.zip\";s:10:\"autoupdate\";b:1;}}}', 'off'),
(355, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1763010563;s:7:\"checked\";a:2:{s:13:\"dreamslanding\";s:3:\"1.0\";s:16:\"twentytwentyfive\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off'),
(356, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1763010564;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:9:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2025-10-09 11:55:09\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/plugin/akismet/5.5/ar.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.5\";s:7:\"updated\";s:19:\"2025-10-13 12:03:08\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/akismet/5.5/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"1.6.7\";s:7:\"updated\";s:19:\"2024-07-21 03:49:58\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.6.7/ar.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.6.7\";s:7:\"updated\";s:19:\"2025-10-13 12:47:53\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.6.7/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"elementor\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:6:\"3.33.0\";s:7:\"updated\";s:19:\"2023-12-04 13:18:54\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/elementor/3.33.0/ar.zip\";s:10:\"autoupdate\";b:1;}i:5;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"elementor\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"3.33.0\";s:7:\"updated\";s:19:\"2024-12-16 16:53:45\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/elementor/3.33.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:6;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"hello-dolly\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"1.7.2\";s:7:\"updated\";s:19:\"2019-02-16 00:46:40\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/hello-dolly/1.7.2/ar.zip\";s:10:\"autoupdate\";b:1;}i:7;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"hello-dolly\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.7.2\";s:7:\"updated\";s:19:\"2018-03-20 19:24:06\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/hello-dolly/1.7.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:8;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:15:\"redux-framework\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.5.8\";s:7:\"updated\";s:19:\"2021-09-22 05:33:17\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/redux-framework/4.5.8/en_GB.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:4:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}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.33.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.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:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:5:\"4.5.8\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/redux-framework.4.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2889347\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:46:\"dreamslanding-widgets/dreamstour-elementor.php\";s:3:\"1.0\";s:23:\"elementor/elementor.php\";s:6:\"3.33.0\";s:9:\"hello.php\";s:5:\"1.7.2\";s:35:\"redux-framework/redux-framework.php\";s:5:\"4.5.8\";}}', 'off'),
(357, '_site_transient_timeout_wp_theme_files_patterns-0ff9c8bb8dcf5e8a42e53f88d68fbaf9', '1763012373', 'off'),
(358, '_site_transient_wp_theme_files_patterns-0ff9c8bb8dcf5e8a42e53f88d68fbaf9', 'a:2:{s:7:\"version\";s:3:\"1.0\";s:8:\"patterns\";a:0:{}}', 'off'),
(359, '_transient_timeout_elementor_pro_free_trial_data', '1763014875', 'off'),
(360, '_transient_elementor_pro_free_trial_data', 'a:2:{s:11:\"lastUpdated\";s:24:\"2025-10-28T13:57:42.772Z\";s:20:\"pro-free-trial-popup\";a:1:{i:0;a:9:{s:6:\"status\";s:8:\"inactive\";s:7:\"heading\";s:38:\"You’ve come this far. Why stop here?\";s:10:\"subheading\";s:24:\"Elementor Pro Free Trial\";s:12:\"introduction\";s:96:\"Take your site beyond the basics with a free 7-day Elementor Pro trial with no strings attached:\";s:9:\"listItems\";a:4:{i:0;s:12:\"100+ widgets\";i:1;s:13:\"Theme Builder\";i:2;s:24:\"Advanced design controls\";i:3;s:45:\"Custom CSS for pixel-perfect sites - and more\";}s:7:\"ctaText\";s:20:\"Unlock my free trial\";s:6:\"ctaUrl\";s:49:\"https://go.elementor.com/go-pro-free-trial-popup/\";s:15:\"secondaryAction\";s:7:\"Not now\";s:5:\"image\";s:81:\"https://assets.elementor.com/pro-free-trial-popup/v1/images/free_trial_banner.png\";}}}', 'off'),
(361, '_transient_timeout_elementor_unread_notifications_1', '1763014876', 'off'),
(362, '_transient_elementor_unread_notifications_1', 'a:23:{i:0;s:14:\"transform-3.32\";i:1;s:18:\"size-variable-3.32\";i:2;s:16:\"transitions-3.32\";i:3;s:14:\"variables-3.31\";i:4;s:12:\"filters-3.31\";i:5;s:14:\"ally-assistant\";i:6;s:12:\"classes-3.31\";i:7;s:24:\"send-notification-august\";i:8;s:15:\"attributes-3.31\";i:9;s:12:\"classes-3.30\";i:10;s:19:\"cloud-websites-3.30\";i:11;s:12:\"youtube-3.30\";i:12;s:17:\"host-google-cloud\";i:13;s:20:\"cloud-templates-3.29\";i:14;s:14:\"migration-host\";i:15;s:17:\"ai-isolate-object\";i:16;s:17:\"hello-biz-contact\";i:17;s:22:\"ai-site-planner-colors\";i:18;s:17:\"ally-notification\";i:19;s:15:\"ai-site-planner\";i:20;s:20:\"image-optimizer-3.19\";i:21;s:20:\"5-star-rating-prompt\";i:22;s:23:\"site-mailer-introducing\";}', 'off');

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

--
-- Table structure for table `wp_postmeta`
--

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

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(5, 7, '_menu_item_type', 'custom'),
(6, 7, '_menu_item_menu_item_parent', '220'),
(7, 7, '_menu_item_object_id', '7'),
(8, 7, '_menu_item_object', 'custom'),
(9, 7, '_menu_item_target', ''),
(10, 7, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11, 7, '_menu_item_xfn', ''),
(12, 7, '_menu_item_url', 'https://demo-smarthrlanding-wp.dreamstechnologies.com'),
(23, 9, '_edit_lock', '1762929342:1'),
(24, 10, '_edit_last', '1'),
(25, 10, '_edit_lock', '1763011718:1'),
(26, 10, '_wp_page_template', 'elementor_header_footer'),
(27, 12, '_menu_item_type', 'post_type'),
(28, 12, '_menu_item_menu_item_parent', '0'),
(29, 12, '_menu_item_object_id', '10'),
(30, 12, '_menu_item_object', 'page'),
(31, 12, '_menu_item_target', ''),
(32, 12, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(33, 12, '_menu_item_xfn', ''),
(34, 12, '_menu_item_url', ''),
(35, 12, '_menu_item_orphaned', '1762929372'),
(36, 10, '_elementor_edit_mode', 'builder'),
(37, 10, '_elementor_template_type', 'wp-page'),
(38, 10, '_elementor_version', '3.33.0'),
(40, 13, '_wp_page_template', 'elementor_header_footer'),
(41, 13, '_elementor_edit_mode', 'builder'),
(42, 13, '_elementor_template_type', 'wp-page'),
(43, 13, '_elementor_version', '3.33.0'),
(44, 14, '_wp_page_template', 'elementor_header_footer'),
(45, 14, '_elementor_edit_mode', 'builder'),
(46, 14, '_elementor_template_type', 'wp-page'),
(47, 14, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(48, 10, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"Pricing & Plans - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"How much does SmartHR cost?\",\"answer\":\"A: Transparent pricing:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1.Starter:<\\/strong> $3-5\\/employee\\/month (10-100 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Professional:<\\/strong> $8-12\\/employee\\/month (50-500 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Enterprise:<\\/strong>  $15-25\\/employee\\/month (500+ employees, custom pricing)\\n<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n<p class=\\\"mt-2\\\">Everything included. No hidden fees.<\\/p>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\" Is there a free trial?\",\"answer\":\"A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\\n\",\"expanded\":\"\",\"_id\":\"5550739\"},{\"question\":\"What\'s included vs. competitors that charge extra?\",\"answer\":\"A: A: Everything:\\n\\n<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>All modules (no per-feature charges)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Project management (competitors don\'t have this<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Accounting integration (deep, not basic)<\\/span><\\/li>\\n<li><span>Unlimited API access<\\/span><\\/li>\\n\\n<li><span>24\\/7 support<\\/span><\\/li> \\n\\n\\n<li><span>Implementation and training<\\/span><\\/li>\\n<\\/ul>\",\"expanded\":\"\",\"_id\":\"b2aeec3\"}],\"activeItemIndex\":1,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(49, 15, '_wp_page_template', 'elementor_header_footer'),
(50, 15, '_elementor_edit_mode', 'builder'),
(51, 15, '_elementor_template_type', 'wp-page'),
(52, 15, '_elementor_version', '3.33.0'),
(53, 15, '_elementor_data', '[{\"id\":\"6b7b925\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"63c3839\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(57, 16, '_menu_item_type', 'post_type'),
(58, 16, '_menu_item_menu_item_parent', '0'),
(59, 16, '_menu_item_object_id', '10'),
(60, 16, '_menu_item_object', 'page'),
(61, 16, '_menu_item_target', ''),
(62, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(63, 16, '_menu_item_xfn', ''),
(64, 16, '_menu_item_url', ''),
(66, 17, '_menu_item_type', 'post_type'),
(67, 17, '_menu_item_menu_item_parent', '220'),
(68, 17, '_menu_item_object_id', '2'),
(69, 17, '_menu_item_object', 'page'),
(70, 17, '_menu_item_target', ''),
(71, 17, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(72, 17, '_menu_item_xfn', ''),
(73, 17, '_menu_item_url', ''),
(75, 18, '_menu_item_type', 'post_type'),
(76, 18, '_menu_item_menu_item_parent', '17'),
(77, 18, '_menu_item_object_id', '2'),
(78, 18, '_menu_item_object', 'page'),
(79, 18, '_menu_item_target', ''),
(80, 18, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(81, 18, '_menu_item_xfn', ''),
(82, 18, '_menu_item_url', ''),
(84, 19, '_menu_item_type', 'custom'),
(85, 19, '_menu_item_menu_item_parent', '7'),
(86, 19, '_menu_item_object_id', '19'),
(87, 19, '_menu_item_object', 'custom'),
(88, 19, '_menu_item_target', ''),
(89, 19, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(90, 19, '_menu_item_xfn', ''),
(91, 19, '_menu_item_url', '#'),
(93, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1762930330;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:\"\";}'),
(94, 20, '_wp_page_template', 'elementor_header_footer'),
(95, 20, '_elementor_edit_mode', 'builder'),
(96, 20, '_elementor_template_type', 'wp-page'),
(97, 20, '_elementor_version', '3.33.0'),
(98, 20, '_elementor_data', '[{\"id\":\"6b7b925\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"63c3839\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(99, 21, '_wp_page_template', 'elementor_header_footer'),
(100, 21, '_elementor_edit_mode', 'builder'),
(101, 21, '_elementor_template_type', 'wp-page'),
(102, 21, '_elementor_version', '3.33.0'),
(103, 21, '_elementor_data', '[{\"id\":\"6b7b925\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"63c3839\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(104, 22, '_wp_page_template', 'elementor_header_footer'),
(105, 22, '_elementor_edit_mode', 'builder'),
(106, 22, '_elementor_template_type', 'wp-page'),
(107, 22, '_elementor_version', '3.33.0'),
(108, 22, '_elementor_data', '[{\"id\":\"4aab402\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cff30e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"de8cb29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete White Label Telemedicine & Practice Management Platform\",\"description\":\"Build your own AI-powered healthcare ecosystem. Connect doctors, patients, clinics, pharmacies, and labs with smart monitoring, multi-system care, and IoT integration.\",\"highlights\":[{\"text\":\"Transform\",\"_id\":\"a52f181\"},{\"text\":\"Healthcare\",\"_id\":\"ad0919a\"},{\"text\":\"with Doccure\",\"_id\":\"b342e37\"}],\"btn1_text\":\"Book a Demo\",\"btn2_text\":\"Request a Quote\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(109, 10, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(112, 23, '_wp_page_template', 'elementor_header_footer'),
(113, 23, '_elementor_edit_mode', 'builder'),
(114, 23, '_elementor_template_type', 'wp-page'),
(115, 23, '_elementor_version', '3.33.0'),
(116, 23, '_elementor_data', '[{\"id\":\"4aab402\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cff30e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"de8cb29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete White Label Telemedicine & Practice Management Platform\",\"description\":\"Build your own AI-powered healthcare ecosystem. Connect doctors, patients, clinics, pharmacies, and labs with smart monitoring, multi-system care, and IoT integration.\",\"highlights\":[{\"text\":\"Transform\",\"_id\":\"a52f181\"},{\"text\":\"Healthcare\",\"_id\":\"ad0919a\"},{\"text\":\"with Doccure\",\"_id\":\"b342e37\"}],\"btn1_text\":\"Book a Demo\",\"btn2_text\":\"Request a Quote\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(117, 23, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:32:\"dreamslandingelementor-elementor\";}}'),
(118, 23, '_elementor_css', 'a:6:{s:4:\"time\";i:1762931762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(119, 23, '_elementor_element_cache', '{\"timeout\":1763018162,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4aab402 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4aab402\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cff30e8\" data-id=\"cff30e8\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a872d29 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a872d29\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0a4f61\" data-id=\"e0a4f61\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRlOGNiMjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbXBsZXRlIFdoaXRlIExhYmVsIFRlbGVtZWRpY2luZSAmIFByYWN0aWNlIE1hbmFnZW1lbnQgUGxhdGZvcm0iLCJkZXNjcmlwdGlvbiI6IkJ1aWxkIHlvdXIgb3duIEFJLXBvd2VyZWQgaGVhbHRoY2FyZSBlY29zeXN0ZW0uIENvbm5lY3QgZG9jdG9ycywgcGF0aWVudHMsIGNsaW5pY3MsIHBoYXJtYWNpZXMsIGFuZCBsYWJzIHdpdGggc21hcnQgbW9uaXRvcmluZywgbXVsdGktc3lzdGVtIGNhcmUsIGFuZCBJb1QgaW50ZWdyYXRpb24uIiwiaGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRyYW5zZm9ybSIsIl9pZCI6ImE1MmYxODEifSx7InRleHQiOiJIZWFsdGhjYXJlIiwiX2lkIjoiYWQwOTE5YSJ9LHsidGV4dCI6IndpdGggRG9jY3VyZSIsIl9pZCI6ImIzNDJlMzcifV0sImJ0bjFfdGV4dCI6IkJvb2sgYSBEZW1vIiwiYnRuMl90ZXh0IjoiUmVxdWVzdCBhIFF1b3RlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc2xhbmRpbmdfZWxlbWVudG9yX2hlcm9fYmFubmVyIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(120, 24, '_wp_page_template', 'elementor_header_footer'),
(121, 24, '_elementor_edit_mode', 'builder'),
(122, 24, '_elementor_template_type', 'wp-page'),
(123, 24, '_elementor_version', '3.33.0'),
(124, 24, '_elementor_data', '[{\"id\":\"4aab402\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cff30e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"de8cb29\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete White Label Telemedicine & Practice Management Platform\",\"description\":\"Build your own AI-powered healthcare ecosystem. Connect doctors, patients, clinics, pharmacies, and labs with smart monitoring, multi-system care, and IoT integration.\",\"highlights\":[{\"text\":\"Transform\",\"_id\":\"a52f181\"},{\"text\":\"Healthcare\",\"_id\":\"ad0919a\"},{\"text\":\"with Doccure\",\"_id\":\"b342e37\"}],\"btn1_text\":\"Book a Demo\",\"btn2_text\":\"Request a Quote\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(125, 24, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:32:\"dreamslandingelementor-elementor\";}}'),
(126, 24, '_elementor_css', 'a:6:{s:4:\"time\";i:1762931762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(127, 24, '_elementor_element_cache', '{\"timeout\":1763018162,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4aab402 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4aab402\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cff30e8\" data-id=\"cff30e8\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a872d29 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a872d29\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0a4f61\" data-id=\"e0a4f61\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRlOGNiMjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbXBsZXRlIFdoaXRlIExhYmVsIFRlbGVtZWRpY2luZSAmIFByYWN0aWNlIE1hbmFnZW1lbnQgUGxhdGZvcm0iLCJkZXNjcmlwdGlvbiI6IkJ1aWxkIHlvdXIgb3duIEFJLXBvd2VyZWQgaGVhbHRoY2FyZSBlY29zeXN0ZW0uIENvbm5lY3QgZG9jdG9ycywgcGF0aWVudHMsIGNsaW5pY3MsIHBoYXJtYWNpZXMsIGFuZCBsYWJzIHdpdGggc21hcnQgbW9uaXRvcmluZywgbXVsdGktc3lzdGVtIGNhcmUsIGFuZCBJb1QgaW50ZWdyYXRpb24uIiwiaGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRyYW5zZm9ybSIsIl9pZCI6ImE1MmYxODEifSx7InRleHQiOiJIZWFsdGhjYXJlIiwiX2lkIjoiYWQwOTE5YSJ9LHsidGV4dCI6IndpdGggRG9jY3VyZSIsIl9pZCI6ImIzNDJlMzcifV0sImJ0bjFfdGV4dCI6IkJvb2sgYSBEZW1vIiwiYnRuMl90ZXh0IjoiUmVxdWVzdCBhIFF1b3RlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc2xhbmRpbmdfZWxlbWVudG9yX2hlcm9fYmFubmVyIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(128, 25, '_wp_page_template', 'elementor_header_footer'),
(129, 25, '_elementor_edit_mode', 'builder'),
(130, 25, '_elementor_template_type', 'wp-page'),
(131, 25, '_elementor_version', '3.33.0'),
(132, 25, '_elementor_data', '[{\"id\":\"4aab402\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cff30e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(133, 25, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:32:\"dreamslandingelementor-elementor\";}}'),
(134, 25, '_elementor_css', 'a:6:{s:4:\"time\";i:1762931762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(135, 25, '_elementor_element_cache', '{\"timeout\":1763018162,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4aab402 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4aab402\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cff30e8\" data-id=\"cff30e8\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a872d29 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a872d29\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-default\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0a4f61\" data-id=\"e0a4f61\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRlOGNiMjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkNvbXBsZXRlIFdoaXRlIExhYmVsIFRlbGVtZWRpY2luZSAmIFByYWN0aWNlIE1hbmFnZW1lbnQgUGxhdGZvcm0iLCJkZXNjcmlwdGlvbiI6IkJ1aWxkIHlvdXIgb3duIEFJLXBvd2VyZWQgaGVhbHRoY2FyZSBlY29zeXN0ZW0uIENvbm5lY3QgZG9jdG9ycywgcGF0aWVudHMsIGNsaW5pY3MsIHBoYXJtYWNpZXMsIGFuZCBsYWJzIHdpdGggc21hcnQgbW9uaXRvcmluZywgbXVsdGktc3lzdGVtIGNhcmUsIGFuZCBJb1QgaW50ZWdyYXRpb24uIiwiaGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRyYW5zZm9ybSIsIl9pZCI6ImE1MmYxODEifSx7InRleHQiOiJIZWFsdGhjYXJlIiwiX2lkIjoiYWQwOTE5YSJ9LHsidGV4dCI6IndpdGggRG9jY3VyZSIsIl9pZCI6ImIzNDJlMzcifV0sImJ0bjFfdGV4dCI6IkJvb2sgYSBEZW1vIiwiYnRuMl90ZXh0IjoiUmVxdWVzdCBhIFF1b3RlIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc2xhbmRpbmdfZWxlbWVudG9yX2hlcm9fYmFubmVyIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(136, 26, '_wp_page_template', 'elementor_header_footer'),
(137, 26, '_elementor_edit_mode', 'builder'),
(138, 26, '_elementor_template_type', 'wp-page'),
(139, 26, '_elementor_version', '3.33.0'),
(140, 26, '_elementor_data', '[{\"id\":\"4aab402\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cff30e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(141, 26, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(142, 27, '_wp_page_template', 'elementor_header_footer'),
(143, 27, '_elementor_edit_mode', 'builder'),
(144, 27, '_elementor_template_type', 'wp-page'),
(145, 27, '_elementor_version', '3.33.0'),
(146, 27, '_elementor_data', '[{\"id\":\"4aab402\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cff30e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(147, 27, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(148, 28, '_wp_page_template', 'elementor_header_footer'),
(149, 28, '_elementor_edit_mode', 'builder'),
(150, 28, '_elementor_template_type', 'wp-page'),
(151, 28, '_elementor_version', '3.33.0'),
(152, 28, '_elementor_data', '[{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(153, 28, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(160, 30, '_wp_attached_file', '2025/11/hero-img-1.png'),
(161, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2025/11/hero-img-1.png\";s:8:\"filesize\";i:248961;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"hero-img-1-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10985;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"hero-img-1-1024x585.png\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"hero-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"hero-img-1-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51047;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:22:\"hero-img-1-350x200.png\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13817;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:22:\"hero-img-1-600x343.png\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92889;}s:19:\"dreamstour_bloglist\";a:5:{s:4:\"file\";s:22:\"hero-img-1-855x489.png\";s:5:\"width\";i:855;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63066;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:22:\"hero-img-1-415x237.png\";s:5:\"width\";i:415;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19268;}}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:{}}}'),
(162, 31, '_wp_attached_file', '2025/11/shape-01-1.png'),
(163, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:985;s:4:\"file\";s:22:\"2025/11/shape-01-1.png\";s:8:\"filesize\";i:679109;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"shape-01-1-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16257;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"shape-01-1-1024x630.png\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"shape-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"shape-01-1-768x473.png\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212879;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"shape-01-1-1536x946.png\";s:5:\"width\";i:1536;s:6:\"height\";i:946;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:805835;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:22:\"shape-01-1-350x215.png\";s:5:\"width\";i:350;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20526;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:22:\"shape-01-1-600x369.png\";s:5:\"width\";i:600;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52038;}s:19:\"dreamstour_bloglist\";a:5:{s:4:\"file\";s:22:\"shape-01-1-855x526.png\";s:5:\"width\";i:855;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:264337;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:22:\"shape-01-1-415x255.png\";s:5:\"width\";i:415;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25254;}}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:{}}}'),
(164, 32, '_wp_page_template', 'elementor_header_footer'),
(165, 32, '_elementor_edit_mode', 'builder'),
(166, 32, '_elementor_template_type', 'wp-page'),
(167, 32, '_elementor_version', '3.33.0'),
(168, 32, '_elementor_data', '[{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(169, 32, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(170, 33, '_wp_page_template', 'elementor_header_footer'),
(171, 33, '_elementor_edit_mode', 'builder'),
(172, 33, '_elementor_template_type', 'wp-page'),
(173, 33, '_elementor_version', '3.33.0'),
(174, 33, '_elementor_data', '[{\"id\":\"a872d29\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0a4f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(175, 33, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(176, 34, '_wp_page_template', 'elementor_header_footer'),
(177, 34, '_elementor_edit_mode', 'builder'),
(178, 34, '_elementor_template_type', 'wp-page'),
(179, 34, '_elementor_version', '3.33.0'),
(180, 34, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(181, 34, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(184, 35, '_wp_page_template', 'elementor_header_footer'),
(185, 35, '_elementor_edit_mode', 'builder'),
(186, 35, '_elementor_template_type', 'wp-page'),
(187, 35, '_elementor_version', '3.33.0'),
(188, 35, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(189, 35, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(190, 35, '_elementor_css', 'a:6:{s:4:\"time\";i:1762933519;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(191, 35, '_elementor_element_cache', '{\"timeout\":1763019920,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(192, 36, '_wp_page_template', 'elementor_header_footer'),
(193, 36, '_elementor_edit_mode', 'builder'),
(194, 36, '_elementor_template_type', 'wp-page'),
(195, 36, '_elementor_version', '3.33.0'),
(196, 36, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(197, 36, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(198, 36, '_elementor_css', 'a:6:{s:4:\"time\";i:1762933519;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(199, 36, '_elementor_element_cache', '{\"timeout\":1763019920,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(200, 37, '_wp_page_template', 'elementor_header_footer'),
(201, 37, '_elementor_edit_mode', 'builder'),
(202, 37, '_elementor_template_type', 'wp-page'),
(203, 37, '_elementor_version', '3.33.0'),
(204, 37, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(205, 37, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(206, 37, '_elementor_css', 'a:6:{s:4:\"time\";i:1762933519;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(207, 37, '_elementor_element_cache', '{\"timeout\":1763019920,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(218, 39, '_wp_page_template', 'elementor_header_footer'),
(219, 39, '_elementor_edit_mode', 'builder'),
(220, 39, '_elementor_template_type', 'wp-page'),
(221, 39, '_elementor_version', '3.33.0'),
(222, 39, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(223, 39, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(224, 39, '_elementor_element_cache', '{\"timeout\":1763019972,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(225, 40, '_wp_page_template', 'elementor_header_footer'),
(226, 40, '_elementor_edit_mode', 'builder'),
(227, 40, '_elementor_template_type', 'wp-page'),
(228, 40, '_elementor_version', '3.33.0'),
(229, 40, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(230, 40, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(231, 40, '_elementor_element_cache', '{\"timeout\":1763019972,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(232, 41, '_wp_page_template', 'elementor_header_footer'),
(233, 41, '_elementor_edit_mode', 'builder'),
(234, 41, '_elementor_template_type', 'wp-page'),
(235, 41, '_elementor_version', '3.33.0'),
(236, 41, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\"},{\"_id\":\"99e12a5\"},{\"_id\":\"8f36ea6\"},{\"_id\":\"e75d1b1\"},{\"_id\":\"5c5dc2b\"},{\"_id\":\"3522233\"},{\"_id\":\"376d25f\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(237, 41, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(238, 41, '_elementor_element_cache', '{\"timeout\":1763019972,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(241, 42, '_wp_attached_file', '2025/11/client-01-1.png'),
(242, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:92;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2025/11/client-01-1.png\";s:8:\"filesize\";i:9990;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(243, 43, '_wp_attached_file', '2025/11/client-02-1.png'),
(244, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:23:\"2025/11/client-02-1.png\";s:8:\"filesize\";i:6939;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(245, 44, '_wp_attached_file', '2025/11/client-03-1.png'),
(246, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:92;s:6:\"height\";i:92;s:4:\"file\";s:23:\"2025/11/client-03-1.png\";s:8:\"filesize\";i:3764;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(247, 45, '_wp_attached_file', '2025/11/client-04-1.png'),
(248, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:23:\"2025/11/client-04-1.png\";s:8:\"filesize\";i:5555;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(249, 46, '_wp_attached_file', '2025/11/client-05-1.png'),
(250, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:92;s:6:\"height\";i:92;s:4:\"file\";s:23:\"2025/11/client-05-1.png\";s:8:\"filesize\";i:4805;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(251, 47, '_wp_attached_file', '2025/11/client-06-1.png'),
(252, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:23:\"2025/11/client-06-1.png\";s:8:\"filesize\";i:9749;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(262, 49, '_wp_page_template', 'elementor_header_footer'),
(263, 49, '_elementor_edit_mode', 'builder'),
(264, 49, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(265, 49, '_elementor_version', '3.33.0'),
(266, 49, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\"},{\"_id\":\"99e12a5\"},{\"_id\":\"8f36ea6\"},{\"_id\":\"e75d1b1\"},{\"_id\":\"5c5dc2b\"},{\"_id\":\"3522233\"},{\"_id\":\"376d25f\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(267, 49, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(268, 49, '_elementor_element_cache', '{\"timeout\":1763020401,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIifSx7Il9pZCI6Ijk5ZTEyYTUifSx7Il9pZCI6IjhmMzZlYTYifSx7Il9pZCI6ImU3NWQxYjEifSx7Il9pZCI6IjVjNWRjMmIifSx7Il9pZCI6IjM1MjIyMzMifSx7Il9pZCI6IjM3NmQyNWYifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(269, 49, '_elementor_css', 'a:7:{s:4:\"time\";i:1762934238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(270, 50, '_wp_page_template', 'elementor_header_footer'),
(271, 50, '_elementor_edit_mode', 'builder'),
(272, 50, '_elementor_template_type', 'wp-page'),
(273, 50, '_elementor_version', '3.33.0'),
(274, 50, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\"},{\"_id\":\"99e12a5\"},{\"_id\":\"8f36ea6\"},{\"_id\":\"e75d1b1\"},{\"_id\":\"5c5dc2b\"},{\"_id\":\"3522233\"},{\"_id\":\"376d25f\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(275, 50, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(276, 50, '_elementor_element_cache', '{\"timeout\":1763020401,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIifSx7Il9pZCI6Ijk5ZTEyYTUifSx7Il9pZCI6IjhmMzZlYTYifSx7Il9pZCI6ImU3NWQxYjEifSx7Il9pZCI6IjVjNWRjMmIifSx7Il9pZCI6IjM1MjIyMzMifSx7Il9pZCI6IjM3NmQyNWYifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(277, 50, '_elementor_css', 'a:7:{s:4:\"time\";i:1762934238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(278, 51, '_wp_page_template', 'elementor_header_footer'),
(279, 51, '_elementor_edit_mode', 'builder'),
(280, 51, '_elementor_template_type', 'wp-page'),
(281, 51, '_elementor_version', '3.33.0'),
(282, 51, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(283, 51, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(284, 51, '_elementor_element_cache', '{\"timeout\":1763020401,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIifSx7Il9pZCI6Ijk5ZTEyYTUifSx7Il9pZCI6IjhmMzZlYTYifSx7Il9pZCI6ImU3NWQxYjEifSx7Il9pZCI6IjVjNWRjMmIifSx7Il9pZCI6IjM1MjIyMzMifSx7Il9pZCI6IjM3NmQyNWYifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(285, 51, '_elementor_css', 'a:7:{s:4:\"time\";i:1762934238;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(288, 52, '_wp_page_template', 'elementor_header_footer'),
(289, 52, '_elementor_edit_mode', 'builder'),
(290, 52, '_elementor_template_type', 'wp-page'),
(291, 52, '_elementor_version', '3.33.0'),
(292, 52, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(293, 52, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(294, 52, '_elementor_css', 'a:7:{s:4:\"time\";i:1762934244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(295, 52, '_elementor_element_cache', '{\"timeout\":1763020644,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(296, 53, '_wp_page_template', 'elementor_header_footer'),
(297, 53, '_elementor_edit_mode', 'builder'),
(298, 53, '_elementor_template_type', 'wp-page'),
(299, 53, '_elementor_version', '3.33.0'),
(300, 53, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(301, 53, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(302, 53, '_elementor_css', 'a:7:{s:4:\"time\";i:1762934244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(303, 53, '_elementor_element_cache', '{\"timeout\":1763020644,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(304, 54, '_wp_page_template', 'elementor_header_footer'),
(305, 54, '_elementor_edit_mode', 'builder'),
(306, 54, '_elementor_template_type', 'wp-page'),
(307, 54, '_elementor_version', '3.33.0'),
(308, 54, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"star_rating\":\"4\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(309, 54, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(310, 54, '_elementor_css', 'a:7:{s:4:\"time\";i:1762934244;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(311, 54, '_elementor_element_cache', '{\"timeout\":1763020644,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(322, 56, '_wp_page_template', 'elementor_header_footer'),
(323, 56, '_elementor_edit_mode', 'builder'),
(324, 56, '_elementor_template_type', 'wp-page'),
(325, 56, '_elementor_version', '3.33.0'),
(326, 56, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"star_rating\":\"4\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(327, 56, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(328, 56, '_elementor_element_cache', '{\"timeout\":1763021133,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJzdGFyX3JhdGluZyI6IjQiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(329, 57, '_wp_page_template', 'elementor_header_footer'),
(330, 57, '_elementor_edit_mode', 'builder'),
(331, 57, '_elementor_template_type', 'wp-page'),
(332, 57, '_elementor_version', '3.33.0'),
(333, 57, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"star_rating\":\"4\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(334, 57, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(335, 57, '_elementor_element_cache', '{\"timeout\":1763021133,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJzdGFyX3JhdGluZyI6IjQiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(336, 58, '_wp_page_template', 'elementor_header_footer'),
(337, 58, '_elementor_edit_mode', 'builder'),
(338, 58, '_elementor_template_type', 'wp-page'),
(339, 58, '_elementor_version', '3.33.0'),
(340, 58, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(341, 58, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(342, 58, '_elementor_element_cache', '{\"timeout\":1763021133,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJzdGFyX3JhdGluZyI6IjQiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(355, 60, '_wp_page_template', 'elementor_header_footer'),
(356, 60, '_elementor_edit_mode', 'builder'),
(357, 60, '_elementor_template_type', 'wp-page'),
(358, 60, '_elementor_version', '3.33.0'),
(359, 60, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(360, 60, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(361, 60, '_elementor_element_cache', '{\"timeout\":1763021235,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(362, 60, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935295;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(363, 61, '_wp_page_template', 'elementor_header_footer'),
(364, 61, '_elementor_edit_mode', 'builder'),
(365, 61, '_elementor_template_type', 'wp-page'),
(366, 61, '_elementor_version', '3.33.0'),
(367, 61, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}]},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(368, 61, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(369, 61, '_elementor_element_cache', '{\"timeout\":1763021235,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(370, 61, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935295;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(371, 62, '_wp_page_template', 'elementor_header_footer'),
(372, 62, '_elementor_edit_mode', 'builder'),
(373, 62, '_elementor_template_type', 'wp-page'),
(374, 62, '_elementor_version', '3.33.0'),
(375, 62, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(376, 62, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(377, 62, '_elementor_element_cache', '{\"timeout\":1763021235,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(378, 62, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935295;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(381, 63, '_wp_page_template', 'elementor_header_footer'),
(382, 63, '_elementor_edit_mode', 'builder'),
(383, 63, '_elementor_template_type', 'wp-page'),
(384, 63, '_elementor_version', '3.33.0'),
(385, 63, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(386, 63, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(387, 63, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935304;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(388, 63, '_elementor_element_cache', '{\"timeout\":1763021704,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(389, 64, '_wp_page_template', 'elementor_header_footer'),
(390, 64, '_elementor_edit_mode', 'builder'),
(391, 64, '_elementor_template_type', 'wp-page'),
(392, 64, '_elementor_version', '3.33.0'),
(393, 64, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(394, 64, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(395, 64, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935304;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(396, 64, '_elementor_element_cache', '{\"timeout\":1763021704,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(397, 65, '_wp_page_template', 'elementor_header_footer'),
(398, 65, '_elementor_edit_mode', 'builder'),
(399, 65, '_elementor_template_type', 'wp-page'),
(400, 65, '_elementor_version', '3.33.0'),
(401, 65, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(402, 65, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(403, 65, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935304;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(404, 65, '_elementor_element_cache', '{\"timeout\":1763021704,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNsYW5kaW5nX2VsZW1lbnRvcl9oZXJvX2Jhbm5lciJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(407, 66, '_wp_page_template', 'elementor_header_footer'),
(408, 66, '_elementor_edit_mode', 'builder'),
(409, 66, '_elementor_template_type', 'wp-page'),
(410, 66, '_elementor_version', '3.33.0'),
(411, 66, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(412, 66, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(413, 66, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935595;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(414, 66, '_elementor_element_cache', '{\"timeout\":1763021995,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(415, 67, '_wp_page_template', 'elementor_header_footer'),
(416, 67, '_elementor_edit_mode', 'builder'),
(417, 67, '_elementor_template_type', 'wp-page'),
(418, 67, '_elementor_version', '3.33.0'),
(419, 67, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(420, 67, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(421, 67, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935595;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(422, 67, '_elementor_element_cache', '{\"timeout\":1763021995,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(423, 68, '_wp_page_template', 'elementor_header_footer'),
(424, 68, '_elementor_edit_mode', 'builder'),
(425, 68, '_elementor_template_type', 'wp-page'),
(426, 68, '_elementor_version', '3.33.0'),
(427, 68, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(428, 68, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(429, 68, '_elementor_css', 'a:7:{s:4:\"time\";i:1762935595;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(430, 68, '_elementor_element_cache', '{\"timeout\":1763021995,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(437, 70, '_wp_page_template', 'elementor_header_footer'),
(438, 70, '_elementor_edit_mode', 'builder'),
(439, 70, '_elementor_template_type', 'wp-page'),
(440, 70, '_elementor_version', '3.33.0'),
(441, 70, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(442, 70, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(443, 71, '_wp_page_template', 'elementor_header_footer'),
(444, 71, '_elementor_edit_mode', 'builder'),
(445, 71, '_elementor_template_type', 'wp-page'),
(446, 71, '_elementor_version', '3.33.0'),
(447, 71, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(448, 71, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(449, 72, '_wp_page_template', 'elementor_header_footer'),
(450, 72, '_elementor_edit_mode', 'builder'),
(451, 72, '_elementor_template_type', 'wp-page'),
(452, 72, '_elementor_version', '3.33.0'),
(453, 72, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(454, 72, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(455, 73, '_wp_attached_file', '2025/11/shape-07.png'),
(456, 73, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:155;s:6:\"height\";i:121;s:4:\"file\";s:20:\"2025/11/shape-07.png\";s:8:\"filesize\";i:1455;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"shape-07-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:478;}}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:{}}}'),
(457, 74, '_wp_page_template', 'elementor_header_footer'),
(458, 74, '_elementor_edit_mode', 'builder'),
(459, 74, '_elementor_template_type', 'wp-page'),
(460, 74, '_elementor_version', '3.33.0'),
(461, 74, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(462, 74, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(463, 75, '_wp_page_template', 'elementor_header_footer'),
(464, 75, '_elementor_edit_mode', 'builder'),
(465, 75, '_elementor_template_type', 'wp-page'),
(466, 75, '_elementor_version', '3.33.0'),
(467, 75, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(468, 75, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(469, 76, '_wp_page_template', 'elementor_header_footer'),
(470, 76, '_elementor_edit_mode', 'builder'),
(471, 76, '_elementor_template_type', 'wp-page'),
(472, 76, '_elementor_version', '3.33.0'),
(473, 76, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false}]'),
(474, 76, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(477, 77, '_wp_attached_file', '2025/11/sec-i-01.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(478, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1556;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2025/11/sec-i-01.jpg\";s:8:\"filesize\";i:195109;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"sec-i-01-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34358;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"sec-i-01-1024x877.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"sec-i-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"sec-i-01-768x658.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102352;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"sec-i-01-1536x1316.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276114;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"sec-i-01-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39928;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:20:\"sec-i-01-600x514.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74017;}s:19:\"dreamstour_bloglist\";a:5:{s:4:\"file\";s:20:\"sec-i-01-855x732.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118772;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:20:\"sec-i-01-415x356.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(479, 78, '_wp_page_template', 'elementor_header_footer'),
(480, 78, '_elementor_edit_mode', 'builder'),
(481, 78, '_elementor_template_type', 'wp-page'),
(482, 78, '_elementor_version', '3.33.0'),
(483, 78, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false}]'),
(484, 78, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(485, 78, '_elementor_css', 'a:7:{s:4:\"time\";i:1762936089;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(486, 78, '_elementor_element_cache', '{\"timeout\":1763022489,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(487, 79, '_wp_page_template', 'elementor_header_footer'),
(488, 79, '_elementor_edit_mode', 'builder'),
(489, 79, '_elementor_template_type', 'wp-page'),
(490, 79, '_elementor_version', '3.33.0'),
(491, 79, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false}]'),
(492, 79, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(493, 79, '_elementor_css', 'a:7:{s:4:\"time\";i:1762936089;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(494, 79, '_elementor_element_cache', '{\"timeout\":1763022489,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(495, 80, '_wp_page_template', 'elementor_header_footer'),
(496, 80, '_elementor_edit_mode', 'builder'),
(497, 80, '_elementor_template_type', 'wp-page'),
(498, 80, '_elementor_version', '3.33.0'),
(499, 80, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"f896ee8\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"0f6f922\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"31c1d58\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":4},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"3aec776\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"2bcf778\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"ce8379b\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"aad9ac9\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(500, 80, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(501, 80, '_elementor_css', 'a:7:{s:4:\"time\";i:1762936089;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(502, 80, '_elementor_element_cache', '{\"timeout\":1763022489,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(505, 81, '_wp_page_template', 'elementor_header_footer'),
(506, 81, '_elementor_edit_mode', 'builder'),
(507, 81, '_elementor_template_type', 'wp-page'),
(508, 81, '_elementor_version', '3.33.0'),
(509, 81, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"f896ee8\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"0f6f922\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"31c1d58\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":4},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"3aec776\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"2bcf778\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"ce8379b\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"aad9ac9\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(510, 81, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(511, 81, '_elementor_css', 'a:7:{s:4:\"time\";i:1762940825;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(512, 81, '_elementor_element_cache', '{\"timeout\":1763027225,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkZpdmUgUGxhdGZvcm1zIFRoYXQgQWN0dWFsbHkgVGFsayB0byBFYWNoIE90aGVyIiwiX2lkIjoiZTc2NTc4YiIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlRoZSBQcm9ibGVtIHdpdGggT3RoZXJzOiIsInByb2JsZW1fZGVzYyI6IlJpZ2lkIHN5c3RlbXMgZm9yY2UgeW91IGludG8gdGhlaXIgd29ya2Zsb3dzLiBOZWVkIHNvbWV0aGluZyB1bmlxdWU/IFRvdWdoIGx1Y2sgb3IgcGF5ICQ1MEsrIGZvciBcImN1c3RvbSBkZXZlbG9wbWVudC5cIiIsImRpZmZfdGl0bGUiOiJUaGUgU21hcnRIUiBEaWZmZXJlbmNlOiIsImRpZmZfZGVzYyI6IkNvbmZpZ3VyZSB3b3JrZmxvd3MgeW91cnNlbGYgKG5vLWNvZGUpLiBOZWVkIHNvbWV0aGluZyBzcGVjaWFsPyBXZSBidWlsZCBpdCBmb3IgeW91XHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFucy4gQ3VzdG9tIGZlYXR1cmVzIGxpdmUgaW4gMi00IHdlZWtzLiIsImV4YW1wbGVzX3RpdGxlIjoiRXhhbXBsZXMgV2UndmUgQnVpbHQ6IiwiZXhhbXBsZXMiOlt7Iml0ZW0iOiJDb25zdHJ1Y3Rpb24gY2VydGlmaWVkIHBheXJvbGwgKyB1bmlvbiByZXBvcnRpbmciLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiSGVhbHRoY2FyZSBjcmVkZW50aWFsIHRyYWNraW5nICsgb24tY2FsbCBzY2hlZHVsaW5nIiwiX2lkIjoiMGY2ZjkyMiJ9LHsiaXRlbSI6Ikhvc3BpdGFsaXR5IHRpcCB0cmFja2luZyArIHNlYXNvbmFsIHdvcmtmb3JjZSBtYW5hZ2VtZW50IiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IlByb2Zlc3Npb25hbCBzZXJ2aWNlcyBjbGllbnQgYmlsbGluZyArIHV0aWxpemF0aW9uIHJlcG9ydHMiLCJfaWQiOiI1Y2JhMDZjIn1dLCJjdGFfdGV4dCI6IlRlbGwgVXMgV2hhdCBZb3UgTmVlZCIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjR9LHsibGFiZWwiOiJXaGl0ZS1MYWJlbCBSZWFkeSBmb3IgUGFydG5lcnMiLCJfaWQiOiJkNTFjZDE3IiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiIyYmNmNzc4In0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJjZTgzNzliIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6ImFhZDlhYzkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJleGFtcGxlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1lbnRlcnByaXNlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(513, 82, '_wp_page_template', 'elementor_header_footer'),
(514, 82, '_elementor_edit_mode', 'builder'),
(515, 82, '_elementor_template_type', 'wp-page'),
(516, 82, '_elementor_version', '3.33.0'),
(517, 82, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"f896ee8\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"0f6f922\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"31c1d58\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":4},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"3aec776\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"2bcf778\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"ce8379b\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"aad9ac9\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(518, 82, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(519, 82, '_elementor_css', 'a:7:{s:4:\"time\";i:1762940825;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(520, 82, '_elementor_element_cache', '{\"timeout\":1763027225,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkZpdmUgUGxhdGZvcm1zIFRoYXQgQWN0dWFsbHkgVGFsayB0byBFYWNoIE90aGVyIiwiX2lkIjoiZTc2NTc4YiIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlRoZSBQcm9ibGVtIHdpdGggT3RoZXJzOiIsInByb2JsZW1fZGVzYyI6IlJpZ2lkIHN5c3RlbXMgZm9yY2UgeW91IGludG8gdGhlaXIgd29ya2Zsb3dzLiBOZWVkIHNvbWV0aGluZyB1bmlxdWU/IFRvdWdoIGx1Y2sgb3IgcGF5ICQ1MEsrIGZvciBcImN1c3RvbSBkZXZlbG9wbWVudC5cIiIsImRpZmZfdGl0bGUiOiJUaGUgU21hcnRIUiBEaWZmZXJlbmNlOiIsImRpZmZfZGVzYyI6IkNvbmZpZ3VyZSB3b3JrZmxvd3MgeW91cnNlbGYgKG5vLWNvZGUpLiBOZWVkIHNvbWV0aGluZyBzcGVjaWFsPyBXZSBidWlsZCBpdCBmb3IgeW91XHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFucy4gQ3VzdG9tIGZlYXR1cmVzIGxpdmUgaW4gMi00IHdlZWtzLiIsImV4YW1wbGVzX3RpdGxlIjoiRXhhbXBsZXMgV2UndmUgQnVpbHQ6IiwiZXhhbXBsZXMiOlt7Iml0ZW0iOiJDb25zdHJ1Y3Rpb24gY2VydGlmaWVkIHBheXJvbGwgKyB1bmlvbiByZXBvcnRpbmciLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiSGVhbHRoY2FyZSBjcmVkZW50aWFsIHRyYWNraW5nICsgb24tY2FsbCBzY2hlZHVsaW5nIiwiX2lkIjoiMGY2ZjkyMiJ9LHsiaXRlbSI6Ikhvc3BpdGFsaXR5IHRpcCB0cmFja2luZyArIHNlYXNvbmFsIHdvcmtmb3JjZSBtYW5hZ2VtZW50IiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IlByb2Zlc3Npb25hbCBzZXJ2aWNlcyBjbGllbnQgYmlsbGluZyArIHV0aWxpemF0aW9uIHJlcG9ydHMiLCJfaWQiOiI1Y2JhMDZjIn1dLCJjdGFfdGV4dCI6IlRlbGwgVXMgV2hhdCBZb3UgTmVlZCIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjR9LHsibGFiZWwiOiJXaGl0ZS1MYWJlbCBSZWFkeSBmb3IgUGFydG5lcnMiLCJfaWQiOiJkNTFjZDE3IiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiIyYmNmNzc4In0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJjZTgzNzliIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6ImFhZDlhYzkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJleGFtcGxlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1lbnRlcnByaXNlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(521, 83, '_wp_page_template', 'elementor_header_footer'),
(522, 83, '_elementor_edit_mode', 'builder'),
(523, 83, '_elementor_template_type', 'wp-page'),
(524, 83, '_elementor_version', '3.33.0'),
(525, 83, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"f896ee8\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"0f6f922\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"31c1d58\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":4},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"3aec776\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"2bcf778\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"ce8379b\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"aad9ac9\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(526, 83, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(527, 83, '_elementor_css', 'a:7:{s:4:\"time\";i:1762940825;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(528, 83, '_elementor_element_cache', '{\"timeout\":1763027225,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkZpdmUgUGxhdGZvcm1zIFRoYXQgQWN0dWFsbHkgVGFsayB0byBFYWNoIE90aGVyIiwiX2lkIjoiZTc2NTc4YiIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlRoZSBQcm9ibGVtIHdpdGggT3RoZXJzOiIsInByb2JsZW1fZGVzYyI6IlJpZ2lkIHN5c3RlbXMgZm9yY2UgeW91IGludG8gdGhlaXIgd29ya2Zsb3dzLiBOZWVkIHNvbWV0aGluZyB1bmlxdWU/IFRvdWdoIGx1Y2sgb3IgcGF5ICQ1MEsrIGZvciBcImN1c3RvbSBkZXZlbG9wbWVudC5cIiIsImRpZmZfdGl0bGUiOiJUaGUgU21hcnRIUiBEaWZmZXJlbmNlOiIsImRpZmZfZGVzYyI6IkNvbmZpZ3VyZSB3b3JrZmxvd3MgeW91cnNlbGYgKG5vLWNvZGUpLiBOZWVkIHNvbWV0aGluZyBzcGVjaWFsPyBXZSBidWlsZCBpdCBmb3IgeW91XHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFucy4gQ3VzdG9tIGZlYXR1cmVzIGxpdmUgaW4gMi00IHdlZWtzLiIsImV4YW1wbGVzX3RpdGxlIjoiRXhhbXBsZXMgV2UndmUgQnVpbHQ6IiwiZXhhbXBsZXMiOlt7Iml0ZW0iOiJDb25zdHJ1Y3Rpb24gY2VydGlmaWVkIHBheXJvbGwgKyB1bmlvbiByZXBvcnRpbmciLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiSGVhbHRoY2FyZSBjcmVkZW50aWFsIHRyYWNraW5nICsgb24tY2FsbCBzY2hlZHVsaW5nIiwiX2lkIjoiMGY2ZjkyMiJ9LHsiaXRlbSI6Ikhvc3BpdGFsaXR5IHRpcCB0cmFja2luZyArIHNlYXNvbmFsIHdvcmtmb3JjZSBtYW5hZ2VtZW50IiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IlByb2Zlc3Npb25hbCBzZXJ2aWNlcyBjbGllbnQgYmlsbGluZyArIHV0aWxpemF0aW9uIHJlcG9ydHMiLCJfaWQiOiI1Y2JhMDZjIn1dLCJjdGFfdGV4dCI6IlRlbGwgVXMgV2hhdCBZb3UgTmVlZCIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjR9LHsibGFiZWwiOiJXaGl0ZS1MYWJlbCBSZWFkeSBmb3IgUGFydG5lcnMiLCJfaWQiOiJkNTFjZDE3IiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiIyYmNmNzc4In0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJjZTgzNzliIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6ImFhZDlhYzkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJleGFtcGxlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1lbnRlcnByaXNlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(529, 84, '_wp_page_template', 'elementor_header_footer'),
(530, 84, '_elementor_edit_mode', 'builder'),
(531, 84, '_elementor_template_type', 'wp-page'),
(532, 84, '_elementor_version', '3.33.0'),
(533, 84, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"f896ee8\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"0f6f922\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"31c1d58\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":4},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"3aec776\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"2bcf778\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"ce8379b\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"aad9ac9\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(534, 84, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(535, 85, '_wp_page_template', 'elementor_header_footer'),
(536, 85, '_elementor_edit_mode', 'builder'),
(537, 85, '_elementor_template_type', 'wp-page'),
(538, 85, '_elementor_version', '3.33.0'),
(539, 85, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"f896ee8\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"0f6f922\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"31c1d58\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":4},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"3aec776\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"2bcf778\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"ce8379b\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"aad9ac9\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(540, 85, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(541, 86, '_wp_page_template', 'elementor_header_footer'),
(542, 86, '_elementor_edit_mode', 'builder'),
(543, 86, '_elementor_template_type', 'wp-page'),
(544, 86, '_elementor_version', '3.33.0'),
(545, 86, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"},{\"item\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\",\"_id\":\"8bd352a\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":5},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":5}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(546, 86, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(549, 87, '_wp_page_template', 'elementor_header_footer'),
(550, 87, '_elementor_edit_mode', 'builder'),
(551, 87, '_elementor_template_type', 'wp-page'),
(552, 87, '_elementor_version', '3.33.0'),
(553, 87, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"},{\"item\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\",\"_id\":\"8bd352a\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":5},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":5}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(554, 87, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(555, 87, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941281;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(556, 87, '_elementor_element_cache', '{\"timeout\":1763027681,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkZpdmUgUGxhdGZvcm1zIFRoYXQgQWN0dWFsbHkgVGFsayB0byBFYWNoIE90aGVyIiwiX2lkIjoiZTc2NTc4YiIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlYy1pLTAxLmpwZyIsImlkIjo3Nywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlRoZSBQcm9ibGVtIHdpdGggT3RoZXJzOiIsInByb2JsZW1fZGVzYyI6IlRoZXkgc29sdmUgSFIgYnV0IGlnbm9yZSBob3cgeW91ciBidXNpbmVzcyBhY3R1YWxseSBvcGVyYXRlcy4gWW91J3JlIHN0dWNrIHdpdGggZGlzY29ubmVjdGVkIHN5c3RlbXMgZm9yIHByb2plY3RzLCBhY2NvdW50aW5nLCBhbmQgcmVjcnVpdG1lbnQuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJIUk1TICsgQWNjb3VudGluZyArIFJlY3J1aXRtZW50ICsgUHJvamVjdCBNYW5hZ2VtZW50ICsgUE9TXHUyMDE0YWxsIHNoYXJpbmcgZGF0YSBzZWFtbGVzc2x5LiIsImV4YW1wbGVzX3RpdGxlIjoiV2hhdCBUaGlzIE1lYW5zOiIsImV4YW1wbGVzIjpbeyJpdGVtIjoiTGFib3IgY29zdHMgYXV0b21hdGljYWxseSBmbG93IHRvIHByb2plY3QgcHJvZml0YWJpbGl0eSIsIl9pZCI6ImY4OTZlZTgifSx7Iml0ZW0iOiJTYWxlcyBkYXRhIGNvbm5lY3RzIHRvIGNvbW1pc3Npb24gY2FsY3VsYXRpb25zIiwiX2lkIjoiMGY2ZjkyMiJ9LHsiaXRlbSI6ImNhbGN1bGF0aW9ucyBUaW1lIHRyYWNraW5nIHN5bmNzIHRvIGNsaWVudCBpbnZvaWNpbmciLCJfaWQiOiIzMWMxZDU4In0seyJpdGVtIjoiRW1wbG95ZWUgYXZhaWxhYmlsaXR5IHJlZmxlY3RzIGluIHByb2plY3QgcGxhbm5pbmciLCJfaWQiOiI1Y2JhMDZjIn0seyJpdGVtIjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIiwiX2lkIjoiOGJkMzUyYSJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4Ijo1fSx7ImxhYmVsIjoiV2hpdGUtTGFiZWwgUmVhZHkgZm9yIFBhcnRuZXJzIiwiX2lkIjoiZDUxY2QxNyIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlYy1pLTAxLmpwZyIsImlkIjo3Nywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlBlcmZlY3QgaWYgeW91J3JlOiIsInByb2JsZW1fZGVzYyI6IkEgcGF5cm9sbCBwcm92aWRlciwgYWNjb3VudGluZyBmaXJtLCBidXNpbmVzcyBjb25zdWx0YW50LCBvciByZWdpb25hbCBkaXN0cmlidXRvci5cbiIsImRpZmZfdGl0bGUiOiJUaGUgU21hcnRIUiBEaWZmZXJlbmNlOiIsImRpZmZfZGVzYyI6IkNvbmZpZ3VyZSB3b3JrZmxvd3MgeW91cnNlbGYgKG5vLWNvZGUpLiBOZWVkIHNvbWV0aGluZyBzcGVjaWFsPyBXZSBidWlsZCBpdCBmb3IgeW91XHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFucy4gQ3VzdG9tIGZlYXR1cmVzIGxpdmUgaW4gMi00IHdlZWtzLiIsImV4YW1wbGVzX3RpdGxlIjoiV2hhdCBZb3UgR2V0OiIsImV4YW1wbGVzIjpbeyJpdGVtIjoiQ29tcGxldGUgcmVicmFuZCB3aXRoIHlvdXIgbmFtZSwgbG9nbywgY29sb3JzIiwiX2lkIjoiM2FlYzc3NiJ9LHsiaXRlbSI6IllvdXIgcHJpY2luZyBzdHJ1Y3R1cmUgKHlvdSBjb250cm9sIG1hcmdpbnMpIiwiX2lkIjoiMmJjZjc3OCJ9LHsiaXRlbSI6IlBhcnRuZXIgcG9ydGFsIGZvciBtYW5hZ2luZyBjbGllbnRzIiwiX2lkIjoiY2U4Mzc5YiJ9LHsiaXRlbSI6IlRlY2huaWNhbCBzdXBwb3J0IGludmlzaWJsZSB0byB5b3VyIGNsaWVudHMiLCJfaWQiOiJhYWQ5YWM5In0seyJpdGVtIjoiQ3VzdG9tIGZlYXR1cmVzIGZvciB5b3VyIG5pY2hlIG1hcmtldCIsIl9pZCI6IjQ3ODMxNDQifV0sImN0YV90ZXh0IjoiTGVhcm4gQWJvdXQgUGFydG5lcnNoaXBzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NX1dLCJleGFtcGxlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1lbnRlcnByaXNlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(557, 88, '_wp_page_template', 'elementor_header_footer'),
(558, 88, '_elementor_edit_mode', 'builder'),
(559, 88, '_elementor_template_type', 'wp-page'),
(560, 88, '_elementor_version', '3.33.0'),
(561, 88, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"},{\"item\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\",\"_id\":\"8bd352a\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":5},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":5}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(562, 88, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(563, 88, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941281;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(564, 88, '_elementor_element_cache', '{\"timeout\":1763027681,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkZpdmUgUGxhdGZvcm1zIFRoYXQgQWN0dWFsbHkgVGFsayB0byBFYWNoIE90aGVyIiwiX2lkIjoiZTc2NTc4YiIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlYy1pLTAxLmpwZyIsImlkIjo3Nywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlRoZSBQcm9ibGVtIHdpdGggT3RoZXJzOiIsInByb2JsZW1fZGVzYyI6IlRoZXkgc29sdmUgSFIgYnV0IGlnbm9yZSBob3cgeW91ciBidXNpbmVzcyBhY3R1YWxseSBvcGVyYXRlcy4gWW91J3JlIHN0dWNrIHdpdGggZGlzY29ubmVjdGVkIHN5c3RlbXMgZm9yIHByb2plY3RzLCBhY2NvdW50aW5nLCBhbmQgcmVjcnVpdG1lbnQuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJIUk1TICsgQWNjb3VudGluZyArIFJlY3J1aXRtZW50ICsgUHJvamVjdCBNYW5hZ2VtZW50ICsgUE9TXHUyMDE0YWxsIHNoYXJpbmcgZGF0YSBzZWFtbGVzc2x5LiIsImV4YW1wbGVzX3RpdGxlIjoiV2hhdCBUaGlzIE1lYW5zOiIsImV4YW1wbGVzIjpbeyJpdGVtIjoiTGFib3IgY29zdHMgYXV0b21hdGljYWxseSBmbG93IHRvIHByb2plY3QgcHJvZml0YWJpbGl0eSIsIl9pZCI6ImY4OTZlZTgifSx7Iml0ZW0iOiJTYWxlcyBkYXRhIGNvbm5lY3RzIHRvIGNvbW1pc3Npb24gY2FsY3VsYXRpb25zIiwiX2lkIjoiMGY2ZjkyMiJ9LHsiaXRlbSI6ImNhbGN1bGF0aW9ucyBUaW1lIHRyYWNraW5nIHN5bmNzIHRvIGNsaWVudCBpbnZvaWNpbmciLCJfaWQiOiIzMWMxZDU4In0seyJpdGVtIjoiRW1wbG95ZWUgYXZhaWxhYmlsaXR5IHJlZmxlY3RzIGluIHByb2plY3QgcGxhbm5pbmciLCJfaWQiOiI1Y2JhMDZjIn0seyJpdGVtIjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIiwiX2lkIjoiOGJkMzUyYSJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4Ijo1fSx7ImxhYmVsIjoiV2hpdGUtTGFiZWwgUmVhZHkgZm9yIFBhcnRuZXJzIiwiX2lkIjoiZDUxY2QxNyIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlYy1pLTAxLmpwZyIsImlkIjo3Nywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlBlcmZlY3QgaWYgeW91J3JlOiIsInByb2JsZW1fZGVzYyI6IkEgcGF5cm9sbCBwcm92aWRlciwgYWNjb3VudGluZyBmaXJtLCBidXNpbmVzcyBjb25zdWx0YW50LCBvciByZWdpb25hbCBkaXN0cmlidXRvci5cbiIsImRpZmZfdGl0bGUiOiJUaGUgU21hcnRIUiBEaWZmZXJlbmNlOiIsImRpZmZfZGVzYyI6IkNvbmZpZ3VyZSB3b3JrZmxvd3MgeW91cnNlbGYgKG5vLWNvZGUpLiBOZWVkIHNvbWV0aGluZyBzcGVjaWFsPyBXZSBidWlsZCBpdCBmb3IgeW91XHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFucy4gQ3VzdG9tIGZlYXR1cmVzIGxpdmUgaW4gMi00IHdlZWtzLiIsImV4YW1wbGVzX3RpdGxlIjoiV2hhdCBZb3UgR2V0OiIsImV4YW1wbGVzIjpbeyJpdGVtIjoiQ29tcGxldGUgcmVicmFuZCB3aXRoIHlvdXIgbmFtZSwgbG9nbywgY29sb3JzIiwiX2lkIjoiM2FlYzc3NiJ9LHsiaXRlbSI6IllvdXIgcHJpY2luZyBzdHJ1Y3R1cmUgKHlvdSBjb250cm9sIG1hcmdpbnMpIiwiX2lkIjoiMmJjZjc3OCJ9LHsiaXRlbSI6IlBhcnRuZXIgcG9ydGFsIGZvciBtYW5hZ2luZyBjbGllbnRzIiwiX2lkIjoiY2U4Mzc5YiJ9LHsiaXRlbSI6IlRlY2huaWNhbCBzdXBwb3J0IGludmlzaWJsZSB0byB5b3VyIGNsaWVudHMiLCJfaWQiOiJhYWQ5YWM5In0seyJpdGVtIjoiQ3VzdG9tIGZlYXR1cmVzIGZvciB5b3VyIG5pY2hlIG1hcmtldCIsIl9pZCI6IjQ3ODMxNDQifV0sImN0YV90ZXh0IjoiTGVhcm4gQWJvdXQgUGFydG5lcnNoaXBzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NX1dLCJleGFtcGxlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1lbnRlcnByaXNlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(565, 89, '_wp_page_template', 'elementor_header_footer'),
(566, 89, '_elementor_edit_mode', 'builder'),
(567, 89, '_elementor_template_type', 'wp-page'),
(568, 89, '_elementor_version', '3.33.0'),
(569, 89, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(570, 89, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(571, 89, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941281;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(572, 89, '_elementor_element_cache', '{\"timeout\":1763027681,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkZpdmUgUGxhdGZvcm1zIFRoYXQgQWN0dWFsbHkgVGFsayB0byBFYWNoIE90aGVyIiwiX2lkIjoiZTc2NTc4YiIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlYy1pLTAxLmpwZyIsImlkIjo3Nywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlRoZSBQcm9ibGVtIHdpdGggT3RoZXJzOiIsInByb2JsZW1fZGVzYyI6IlRoZXkgc29sdmUgSFIgYnV0IGlnbm9yZSBob3cgeW91ciBidXNpbmVzcyBhY3R1YWxseSBvcGVyYXRlcy4gWW91J3JlIHN0dWNrIHdpdGggZGlzY29ubmVjdGVkIHN5c3RlbXMgZm9yIHByb2plY3RzLCBhY2NvdW50aW5nLCBhbmQgcmVjcnVpdG1lbnQuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJIUk1TICsgQWNjb3VudGluZyArIFJlY3J1aXRtZW50ICsgUHJvamVjdCBNYW5hZ2VtZW50ICsgUE9TXHUyMDE0YWxsIHNoYXJpbmcgZGF0YSBzZWFtbGVzc2x5LiIsImV4YW1wbGVzX3RpdGxlIjoiV2hhdCBUaGlzIE1lYW5zOiIsImV4YW1wbGVzIjpbeyJpdGVtIjoiTGFib3IgY29zdHMgYXV0b21hdGljYWxseSBmbG93IHRvIHByb2plY3QgcHJvZml0YWJpbGl0eSIsIl9pZCI6ImY4OTZlZTgifSx7Iml0ZW0iOiJTYWxlcyBkYXRhIGNvbm5lY3RzIHRvIGNvbW1pc3Npb24gY2FsY3VsYXRpb25zIiwiX2lkIjoiMGY2ZjkyMiJ9LHsiaXRlbSI6ImNhbGN1bGF0aW9ucyBUaW1lIHRyYWNraW5nIHN5bmNzIHRvIGNsaWVudCBpbnZvaWNpbmciLCJfaWQiOiIzMWMxZDU4In0seyJpdGVtIjoiRW1wbG95ZWUgYXZhaWxhYmlsaXR5IHJlZmxlY3RzIGluIHByb2plY3QgcGxhbm5pbmciLCJfaWQiOiI1Y2JhMDZjIn0seyJpdGVtIjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIiwiX2lkIjoiOGJkMzUyYSJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4Ijo1fSx7ImxhYmVsIjoiV2hpdGUtTGFiZWwgUmVhZHkgZm9yIFBhcnRuZXJzIiwiX2lkIjoiZDUxY2QxNyIsImJ1dHRvbl9pY29uX2NsYXNzIjoidGkgdGktYXJyb3ctdXAtcmlnaHQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlYy1pLTAxLmpwZyIsImlkIjo3Nywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicHJvYmxlbV90aXRsZSI6IlBlcmZlY3QgaWYgeW91J3JlOiIsInByb2JsZW1fZGVzYyI6IkEgcGF5cm9sbCBwcm92aWRlciwgYWNjb3VudGluZyBmaXJtLCBidXNpbmVzcyBjb25zdWx0YW50LCBvciByZWdpb25hbCBkaXN0cmlidXRvci5cbiIsImRpZmZfdGl0bGUiOiJUaGUgU21hcnRIUiBEaWZmZXJlbmNlOiIsImRpZmZfZGVzYyI6IkNvbmZpZ3VyZSB3b3JrZmxvd3MgeW91cnNlbGYgKG5vLWNvZGUpLiBOZWVkIHNvbWV0aGluZyBzcGVjaWFsPyBXZSBidWlsZCBpdCBmb3IgeW91XHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFucy4gQ3VzdG9tIGZlYXR1cmVzIGxpdmUgaW4gMi00IHdlZWtzLiIsImV4YW1wbGVzX3RpdGxlIjoiV2hhdCBZb3UgR2V0OiIsImV4YW1wbGVzIjpbeyJpdGVtIjoiQ29tcGxldGUgcmVicmFuZCB3aXRoIHlvdXIgbmFtZSwgbG9nbywgY29sb3JzIiwiX2lkIjoiM2FlYzc3NiJ9LHsiaXRlbSI6IllvdXIgcHJpY2luZyBzdHJ1Y3R1cmUgKHlvdSBjb250cm9sIG1hcmdpbnMpIiwiX2lkIjoiMmJjZjc3OCJ9LHsiaXRlbSI6IlBhcnRuZXIgcG9ydGFsIGZvciBtYW5hZ2luZyBjbGllbnRzIiwiX2lkIjoiY2U4Mzc5YiJ9LHsiaXRlbSI6IlRlY2huaWNhbCBzdXBwb3J0IGludmlzaWJsZSB0byB5b3VyIGNsaWVudHMiLCJfaWQiOiJhYWQ5YWM5In0seyJpdGVtIjoiQ3VzdG9tIGZlYXR1cmVzIGZvciB5b3VyIG5pY2hlIG1hcmtldCIsIl9pZCI6IjQ3ODMxNDQifV0sImN0YV90ZXh0IjoiTGVhcm4gQWJvdXQgUGFydG5lcnNoaXBzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NX1dLCJleGFtcGxlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1lbnRlcnByaXNlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(575, 90, '_wp_page_template', 'elementor_header_footer'),
(576, 90, '_elementor_edit_mode', 'builder'),
(577, 90, '_elementor_template_type', 'wp-page'),
(578, 90, '_elementor_version', '3.33.0'),
(579, 90, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(580, 90, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(581, 90, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941463;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(582, 90, '_elementor_element_cache', '{\"timeout\":1763027863,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(583, 91, '_wp_page_template', 'elementor_header_footer'),
(584, 91, '_elementor_edit_mode', 'builder'),
(585, 91, '_elementor_template_type', 'wp-page'),
(586, 91, '_elementor_version', '3.33.0'),
(587, 91, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false}]'),
(588, 91, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(589, 91, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941463;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(590, 91, '_elementor_element_cache', '{\"timeout\":1763027863,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(591, 92, '_wp_page_template', 'elementor_header_footer'),
(592, 92, '_elementor_edit_mode', 'builder'),
(593, 92, '_elementor_template_type', 'wp-page'),
(594, 92, '_elementor_version', '3.33.0'),
(595, 92, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(596, 92, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(597, 92, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941463;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(598, 92, '_elementor_element_cache', '{\"timeout\":1763027863,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(599, 93, '_wp_attached_file', '2025/11/aw-ico-1.png'),
(600, 93, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2025/11/aw-ico-1.png\";s:8:\"filesize\";i:6246;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(601, 94, '_wp_attached_file', '2025/11/aw-ico-2.png'),
(602, 94, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2025/11/aw-ico-2.png\";s:8:\"filesize\";i:7986;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(603, 95, '_wp_attached_file', '2025/11/aw-ico-3.png'),
(604, 95, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2025/11/aw-ico-3.png\";s:8:\"filesize\";i:7832;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(605, 96, '_wp_page_template', 'elementor_header_footer'),
(606, 96, '_elementor_edit_mode', 'builder'),
(607, 96, '_elementor_template_type', 'wp-page'),
(608, 96, '_elementor_version', '3.33.0'),
(609, 96, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(610, 96, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(611, 97, '_wp_page_template', 'elementor_header_footer'),
(612, 97, '_elementor_edit_mode', 'builder'),
(613, 97, '_elementor_template_type', 'wp-page'),
(614, 97, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(615, 97, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(616, 97, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(617, 98, '_wp_page_template', 'elementor_header_footer'),
(618, 98, '_elementor_edit_mode', 'builder'),
(619, 98, '_elementor_template_type', 'wp-page'),
(620, 98, '_elementor_version', '3.33.0'),
(621, 98, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false}]'),
(622, 98, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(623, 99, '_wp_page_template', 'elementor_header_footer'),
(624, 99, '_elementor_edit_mode', 'builder'),
(625, 99, '_elementor_template_type', 'wp-page'),
(626, 99, '_elementor_version', '3.33.0'),
(627, 99, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false}]'),
(628, 99, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(629, 100, '_wp_page_template', 'elementor_header_footer'),
(630, 100, '_elementor_edit_mode', 'builder'),
(631, 100, '_elementor_template_type', 'wp-page'),
(632, 100, '_elementor_version', '3.33.0'),
(633, 100, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false}]'),
(634, 100, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(635, 101, '_wp_page_template', 'elementor_header_footer'),
(636, 101, '_elementor_edit_mode', 'builder'),
(637, 101, '_elementor_template_type', 'wp-page'),
(638, 101, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(639, 101, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false}]'),
(640, 101, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(643, 102, '_wp_attached_file', '2025/11/fc-c1.jpg'),
(644, 102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:352;s:6:\"height\";i:180;s:4:\"file\";s:17:\"2025/11/fc-c1.jpg\";s:8:\"filesize\";i:70685;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fc-c1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fc-c1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6962;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:17:\"fc-c1-350x179.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15976;}}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:{}}}'),
(645, 103, '_wp_attached_file', '2025/11/fc-c2.jpg'),
(646, 103, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:352;s:6:\"height\";i:180;s:4:\"file\";s:17:\"2025/11/fc-c2.jpg\";s:8:\"filesize\";i:79413;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fc-c2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fc-c2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7806;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:17:\"fc-c2-350x179.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17671;}}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:{}}}'),
(647, 104, '_wp_attached_file', '2025/11/fc-c3.jpg'),
(648, 104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:352;s:6:\"height\";i:180;s:4:\"file\";s:17:\"2025/11/fc-c3.jpg\";s:8:\"filesize\";i:76557;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fc-c3-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fc-c3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6958;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:17:\"fc-c3-350x179.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16337;}}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:{}}}'),
(649, 105, '_wp_page_template', 'elementor_header_footer'),
(650, 105, '_elementor_edit_mode', 'builder'),
(651, 105, '_elementor_template_type', 'wp-page'),
(652, 105, '_elementor_version', '3.33.0'),
(653, 105, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false}]'),
(654, 105, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(655, 105, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941895;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(656, 105, '_elementor_element_cache', '{\"timeout\":1763028295,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(657, 106, '_wp_page_template', 'elementor_header_footer'),
(658, 106, '_elementor_edit_mode', 'builder'),
(659, 106, '_elementor_template_type', 'wp-page'),
(660, 106, '_elementor_version', '3.33.0'),
(661, 106, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false}]'),
(662, 106, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(663, 106, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941895;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(664, 106, '_elementor_element_cache', '{\"timeout\":1763028295,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(665, 107, '_wp_page_template', 'elementor_header_footer'),
(666, 107, '_elementor_edit_mode', 'builder'),
(667, 107, '_elementor_template_type', 'wp-page'),
(668, 107, '_elementor_version', '3.33.0'),
(669, 107, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"SMBs\",\"_id\":\"ca2a345\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"cf9b7c3\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"82df210\"},{\"text\":\"Employee self-service portal\",\"_id\":\"57549a3\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"da0ef21\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"Enterprises\",\"_id\":\"df879ea\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"07badc0\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"bfd658c\"},{\"text\":\"Employee self-service portal\",\"_id\":\"06f2a37\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"d1e276d\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(670, 107, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(671, 107, '_elementor_css', 'a:7:{s:4:\"time\";i:1762941895;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(672, 107, '_elementor_element_cache', '{\"timeout\":1763028295,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(681, 109, '_wp_page_template', 'elementor_header_footer'),
(682, 109, '_elementor_edit_mode', 'builder'),
(683, 109, '_elementor_template_type', 'wp-page'),
(684, 109, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(685, 109, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"SMBs\",\"_id\":\"ca2a345\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"cf9b7c3\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"82df210\"},{\"text\":\"Employee self-service portal\",\"_id\":\"57549a3\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"da0ef21\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"Enterprises\",\"_id\":\"df879ea\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"07badc0\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"bfd658c\"},{\"text\":\"Employee self-service portal\",\"_id\":\"06f2a37\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"d1e276d\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(686, 109, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(687, 109, '_elementor_css', 'a:7:{s:4:\"time\";i:1762942905;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(688, 109, '_elementor_element_cache', '{\"timeout\":1763029305,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiJWaWV3IE1vcmUiLCJ3YXJuaW5nX3RleHQiOiIqIEN1c3RvbSBwcmljaW5nICh2b2x1bWUgZGlzY291bnRzIGF2YWlsYWJsZSkiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsidGl0bGUiOiJTTUJzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDEtNDkgRW1wbG95ZWVzICkiLCJmZWF0dXJlcyI6W3sidGV4dCI6IkVzc2VudGlhbCBIUk1TIHRvIHByb2Zlc3Npb25hbGl6ZSBIUiBmcm9tIGRheSBvbmUiLCJfaWQiOiJjZjliN2MzIn0seyJ0ZXh0IjoiQXV0b21hdGVkIHBheXJvbGwgYW5kIGNvbXBsaWFuY2UiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiRW1wbG95ZWUgc2VsZi1zZXJ2aWNlIHBvcnRhbCIsIl9pZCI6IjU3NTQ5YTMifSx7InRleHQiOiJTaW1wbGUsIHRyYW5zcGFyZW50IHByaWNpbmciLCJfaWQiOiJkYTBlZjIxIn1dLCJ2aWV3X21vcmVfdGV4dCI6IlZpZXcgTW9yZSIsIndhcm5pbmdfdGV4dCI6IiogQ3VzdG9tIHByaWNpbmcgKHZvbHVtZSBkaXNjb3VudHMgYXZhaWxhYmxlKSIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTdGFydHVwIFNvbHV0aW9ucyIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJ0aXRsZSI6IkVudGVycHJpc2VzIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEtNDkgRW1wbG95ZWVzICkiLCJmZWF0dXJlcyI6W3sidGV4dCI6IkVzc2VudGlhbCBIUk1TIHRvIHByb2Zlc3Npb25hbGl6ZSBIUiBmcm9tIGRheSBvbmUiLCJfaWQiOiIwN2JhZGMwIn0seyJ0ZXh0IjoiQXV0b21hdGVkIHBheXJvbGwgYW5kIGNvbXBsaWFuY2UiLCJfaWQiOiJiZmQ2NThjIn0seyJ0ZXh0IjoiRW1wbG95ZWUgc2VsZi1zZXJ2aWNlIHBvcnRhbCIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJTaW1wbGUsIHRyYW5zcGFyZW50IHByaWNpbmciLCJfaWQiOiJkMWUyNzZkIn1dLCJ2aWV3X21vcmVfdGV4dCI6IlZpZXcgTW9yZSIsIndhcm5pbmdfdGV4dCI6IiogQ3VzdG9tIHByaWNpbmcgKHZvbHVtZSBkaXNjb3VudHMgYXZhaWxhYmxlKSIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTdGFydHVwIFNvbHV0aW9ucyIsImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(689, 110, '_wp_page_template', 'elementor_header_footer'),
(690, 110, '_elementor_edit_mode', 'builder'),
(691, 110, '_elementor_template_type', 'wp-page'),
(692, 110, '_elementor_version', '3.33.0'),
(693, 110, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"SMBs\",\"_id\":\"ca2a345\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"cf9b7c3\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"82df210\"},{\"text\":\"Employee self-service portal\",\"_id\":\"57549a3\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"da0ef21\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"Enterprises\",\"_id\":\"df879ea\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"07badc0\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"bfd658c\"},{\"text\":\"Employee self-service portal\",\"_id\":\"06f2a37\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"d1e276d\"}],\"view_more_text\":\"View More\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(694, 110, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(695, 110, '_elementor_css', 'a:7:{s:4:\"time\";i:1762942905;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(696, 110, '_elementor_element_cache', '{\"timeout\":1763029305,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiJWaWV3IE1vcmUiLCJ3YXJuaW5nX3RleHQiOiIqIEN1c3RvbSBwcmljaW5nICh2b2x1bWUgZGlzY291bnRzIGF2YWlsYWJsZSkiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsidGl0bGUiOiJTTUJzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDEtNDkgRW1wbG95ZWVzICkiLCJmZWF0dXJlcyI6W3sidGV4dCI6IkVzc2VudGlhbCBIUk1TIHRvIHByb2Zlc3Npb25hbGl6ZSBIUiBmcm9tIGRheSBvbmUiLCJfaWQiOiJjZjliN2MzIn0seyJ0ZXh0IjoiQXV0b21hdGVkIHBheXJvbGwgYW5kIGNvbXBsaWFuY2UiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiRW1wbG95ZWUgc2VsZi1zZXJ2aWNlIHBvcnRhbCIsIl9pZCI6IjU3NTQ5YTMifSx7InRleHQiOiJTaW1wbGUsIHRyYW5zcGFyZW50IHByaWNpbmciLCJfaWQiOiJkYTBlZjIxIn1dLCJ2aWV3X21vcmVfdGV4dCI6IlZpZXcgTW9yZSIsIndhcm5pbmdfdGV4dCI6IiogQ3VzdG9tIHByaWNpbmcgKHZvbHVtZSBkaXNjb3VudHMgYXZhaWxhYmxlKSIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTdGFydHVwIFNvbHV0aW9ucyIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJ0aXRsZSI6IkVudGVycHJpc2VzIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEtNDkgRW1wbG95ZWVzICkiLCJmZWF0dXJlcyI6W3sidGV4dCI6IkVzc2VudGlhbCBIUk1TIHRvIHByb2Zlc3Npb25hbGl6ZSBIUiBmcm9tIGRheSBvbmUiLCJfaWQiOiIwN2JhZGMwIn0seyJ0ZXh0IjoiQXV0b21hdGVkIHBheXJvbGwgYW5kIGNvbXBsaWFuY2UiLCJfaWQiOiJiZmQ2NThjIn0seyJ0ZXh0IjoiRW1wbG95ZWUgc2VsZi1zZXJ2aWNlIHBvcnRhbCIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJTaW1wbGUsIHRyYW5zcGFyZW50IHByaWNpbmciLCJfaWQiOiJkMWUyNzZkIn1dLCJ2aWV3X21vcmVfdGV4dCI6IlZpZXcgTW9yZSIsIndhcm5pbmdfdGV4dCI6IiogQ3VzdG9tIHByaWNpbmcgKHZvbHVtZSBkaXNjb3VudHMgYXZhaWxhYmxlKSIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTdGFydHVwIFNvbHV0aW9ucyIsImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(697, 111, '_wp_page_template', 'elementor_header_footer'),
(698, 111, '_elementor_edit_mode', 'builder'),
(699, 111, '_elementor_template_type', 'wp-page'),
(700, 111, '_elementor_version', '3.33.0'),
(701, 111, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"SMBs\",\"_id\":\"ca2a345\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"cf9b7c3\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"82df210\"},{\"text\":\"Employee self-service portal\",\"_id\":\"57549a3\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"da0ef21\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"title\":\"Enterprises\",\"_id\":\"df879ea\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"07badc0\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"bfd658c\"},{\"text\":\"Employee self-service portal\",\"_id\":\"06f2a37\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"d1e276d\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(702, 111, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(703, 111, '_elementor_css', 'a:7:{s:4:\"time\";i:1762942905;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(704, 111, '_elementor_element_cache', '{\"timeout\":1763029305,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiJWaWV3IE1vcmUiLCJ3YXJuaW5nX3RleHQiOiIqIEN1c3RvbSBwcmljaW5nICh2b2x1bWUgZGlzY291bnRzIGF2YWlsYWJsZSkiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsidGl0bGUiOiJTTUJzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDEtNDkgRW1wbG95ZWVzICkiLCJmZWF0dXJlcyI6W3sidGV4dCI6IkVzc2VudGlhbCBIUk1TIHRvIHByb2Zlc3Npb25hbGl6ZSBIUiBmcm9tIGRheSBvbmUiLCJfaWQiOiJjZjliN2MzIn0seyJ0ZXh0IjoiQXV0b21hdGVkIHBheXJvbGwgYW5kIGNvbXBsaWFuY2UiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiRW1wbG95ZWUgc2VsZi1zZXJ2aWNlIHBvcnRhbCIsIl9pZCI6IjU3NTQ5YTMifSx7InRleHQiOiJTaW1wbGUsIHRyYW5zcGFyZW50IHByaWNpbmciLCJfaWQiOiJkYTBlZjIxIn1dLCJ2aWV3X21vcmVfdGV4dCI6IlZpZXcgTW9yZSIsIndhcm5pbmdfdGV4dCI6IiogQ3VzdG9tIHByaWNpbmcgKHZvbHVtZSBkaXNjb3VudHMgYXZhaWxhYmxlKSIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTdGFydHVwIFNvbHV0aW9ucyIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJ0aXRsZSI6IkVudGVycHJpc2VzIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEtNDkgRW1wbG95ZWVzICkiLCJmZWF0dXJlcyI6W3sidGV4dCI6IkVzc2VudGlhbCBIUk1TIHRvIHByb2Zlc3Npb25hbGl6ZSBIUiBmcm9tIGRheSBvbmUiLCJfaWQiOiIwN2JhZGMwIn0seyJ0ZXh0IjoiQXV0b21hdGVkIHBheXJvbGwgYW5kIGNvbXBsaWFuY2UiLCJfaWQiOiJiZmQ2NThjIn0seyJ0ZXh0IjoiRW1wbG95ZWUgc2VsZi1zZXJ2aWNlIHBvcnRhbCIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJTaW1wbGUsIHRyYW5zcGFyZW50IHByaWNpbmciLCJfaWQiOiJkMWUyNzZkIn1dLCJ2aWV3X21vcmVfdGV4dCI6IlZpZXcgTW9yZSIsIndhcm5pbmdfdGV4dCI6IiogQ3VzdG9tIHByaWNpbmcgKHZvbHVtZSBkaXNjb3VudHMgYXZhaWxhYmxlKSIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTdGFydHVwIFNvbHV0aW9ucyIsImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(705, 112, '_wp_page_template', 'elementor_header_footer'),
(706, 112, '_elementor_edit_mode', 'builder'),
(707, 112, '_elementor_template_type', 'wp-page'),
(708, 112, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(709, 112, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"SMBs\",\"_id\":\"ca2a345\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"cf9b7c3\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"82df210\"},{\"text\":\"Employee self-service portal\",\"_id\":\"57549a3\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"da0ef21\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"title\":\"Enterprises\",\"_id\":\"df879ea\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"07badc0\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"bfd658c\"},{\"text\":\"Employee self-service portal\",\"_id\":\"06f2a37\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"d1e276d\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(710, 112, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(711, 113, '_wp_page_template', 'elementor_header_footer'),
(712, 113, '_elementor_edit_mode', 'builder'),
(713, 113, '_elementor_template_type', 'wp-page'),
(714, 113, '_elementor_version', '3.33.0'),
(715, 113, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1},{\"title\":\"SMBs\",\"_id\":\"ca2a345\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"cf9b7c3\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"82df210\"},{\"text\":\"Employee self-service portal\",\"_id\":\"57549a3\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"da0ef21\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1},{\"title\":\"Enterprises\",\"_id\":\"df879ea\",\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"07badc0\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"bfd658c\"},{\"text\":\"Employee self-service portal\",\"_id\":\"06f2a37\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"d1e276d\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Startup Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(716, 113, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(717, 114, '_wp_page_template', 'elementor_header_footer'),
(718, 114, '_elementor_edit_mode', 'builder'),
(719, 114, '_elementor_template_type', 'wp-page'),
(720, 114, '_elementor_version', '3.33.0'),
(721, 114, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":6,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":7,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(722, 114, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(723, 115, '_wp_page_template', 'elementor_header_footer'),
(724, 115, '_elementor_edit_mode', 'builder'),
(725, 115, '_elementor_template_type', 'wp-page'),
(726, 115, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(727, 115, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":6,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":7,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(728, 115, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(729, 116, '_wp_page_template', 'elementor_header_footer'),
(730, 116, '_elementor_edit_mode', 'builder'),
(731, 116, '_elementor_template_type', 'wp-page'),
(732, 116, '_elementor_version', '3.33.0'),
(733, 116, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":6,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":7,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(734, 116, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(735, 117, '_wp_page_template', 'elementor_header_footer'),
(736, 117, '_elementor_edit_mode', 'builder'),
(737, 117, '_elementor_template_type', 'wp-page'),
(738, 117, '_elementor_version', '3.33.0'),
(739, 117, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":6,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":7,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(740, 117, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(743, 118, '_wp_page_template', 'elementor_header_footer'),
(744, 118, '_elementor_edit_mode', 'builder'),
(745, 118, '_elementor_template_type', 'wp-page'),
(746, 118, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(747, 118, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":6,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":7,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(748, 118, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(749, 118, '_elementor_css', 'a:7:{s:4:\"time\";i:1762943328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(750, 118, '_elementor_element_cache', '{\"timeout\":1763029728,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NywiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(751, 119, '_wp_page_template', 'elementor_header_footer'),
(752, 119, '_elementor_edit_mode', 'builder'),
(753, 119, '_elementor_template_type', 'wp-page'),
(754, 119, '_elementor_version', '3.33.0'),
(755, 119, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":6,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":7,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(756, 119, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(757, 119, '_elementor_css', 'a:7:{s:4:\"time\";i:1762943328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(758, 119, '_elementor_element_cache', '{\"timeout\":1763029728,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NywiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(759, 120, '_wp_page_template', 'elementor_header_footer'),
(760, 120, '_elementor_edit_mode', 'builder'),
(761, 120, '_elementor_template_type', 'wp-page'),
(762, 120, '_elementor_version', '3.33.0'),
(763, 120, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(764, 120, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(765, 120, '_elementor_css', 'a:7:{s:4:\"time\";i:1762943328;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(766, 120, '_elementor_element_cache', '{\"timeout\":1763029728,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6NywiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(767, 121, '_wp_page_template', 'elementor_header_footer'),
(768, 121, '_elementor_edit_mode', 'builder'),
(769, 121, '_elementor_template_type', 'wp-page'),
(770, 121, '_elementor_version', '3.33.0'),
(771, 121, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(772, 121, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(773, 122, '_wp_page_template', 'elementor_header_footer'),
(774, 122, '_elementor_edit_mode', 'builder'),
(775, 122, '_elementor_template_type', 'wp-page'),
(776, 122, '_elementor_version', '3.33.0'),
(777, 122, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(778, 122, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(779, 123, '_wp_page_template', 'elementor_header_footer'),
(780, 123, '_elementor_edit_mode', 'builder'),
(781, 123, '_elementor_template_type', 'wp-page'),
(782, 123, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(783, 123, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<span><b>Custom development<\\/b> (10 hours\\/month included)<\\/span>\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(784, 123, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(787, 124, '_wp_page_template', 'elementor_header_footer'),
(788, 124, '_elementor_edit_mode', 'builder'),
(789, 124, '_elementor_template_type', 'wp-page'),
(790, 124, '_elementor_version', '3.33.0'),
(791, 124, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<span><b>Custom development<\\/b> (10 hours\\/month included)<\\/span>\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(792, 124, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(793, 124, '_elementor_css', 'a:7:{s:4:\"time\";i:1762943730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(794, 124, '_elementor_element_cache', '{\"timeout\":1763030131,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxzcGFuPjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpPFwvc3Bhbj4iLCJfaWQiOiJiZmQ2NThjIn0seyJ0ZXh0IjoiV2hpdGUtbGFiZWwgb3B0aW9uIiwiX2lkIjoiMDZmMmEzNyJ9LHsidGV4dCI6Ik11bHRpLWNvdW50cnkgcGF5cm9sbCIsIl9pZCI6ImQxZTI3NmQifSx7InRleHQiOiJEZWRpY2F0ZWQgYWNjb3VudCBtYW5hZ2VyIiwiX2lkIjoiZDFhYmI1YyJ9LHsidGV4dCI6IlNMQSBndWFyYW50ZWVzIiwiX2lkIjoiODlmZmI2ZiJ9LHsidGV4dCI6IkFkdmFuY2VkIHNlY3VyaXR5IGZlYXR1cmVzIiwiX2lkIjoiZDgxMmIxMCJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIqIEN1c3RvbSBwcmljaW5nICh2b2x1bWUgZGlzY291bnRzIGF2YWlsYWJsZSkiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgRW50ZXJwcmlzZSBTb2x1dGlvbnMiLCJidXR0b25fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoyLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ZjLWMzLmpwZyIsImlkIjoxMDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IiBHbG9iYWwgb3BlcmF0aW9ucy4gQ29tcGxleCBjb21wbGlhbmNlLiBOZWVkIGN1c3RvbWl6YXRpb24gYW5kIHdoaXRlLWxhYmVsIGNhcGFiaWxpdHkuIiwiZmVhdHVyZV90aXRsZSI6IldoYXQgWW91IEdldDoifV0sImZlYXR1cmVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWJveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(795, 125, '_wp_page_template', 'elementor_header_footer'),
(796, 125, '_elementor_edit_mode', 'builder'),
(797, 125, '_elementor_template_type', 'wp-page'),
(798, 125, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(799, 125, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<span><b>Custom development<\\/b> (10 hours\\/month included)<\\/span>\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(800, 125, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(801, 125, '_elementor_css', 'a:7:{s:4:\"time\";i:1762943730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(802, 125, '_elementor_element_cache', '{\"timeout\":1763030131,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxzcGFuPjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpPFwvc3Bhbj4iLCJfaWQiOiJiZmQ2NThjIn0seyJ0ZXh0IjoiV2hpdGUtbGFiZWwgb3B0aW9uIiwiX2lkIjoiMDZmMmEzNyJ9LHsidGV4dCI6Ik11bHRpLWNvdW50cnkgcGF5cm9sbCIsIl9pZCI6ImQxZTI3NmQifSx7InRleHQiOiJEZWRpY2F0ZWQgYWNjb3VudCBtYW5hZ2VyIiwiX2lkIjoiZDFhYmI1YyJ9LHsidGV4dCI6IlNMQSBndWFyYW50ZWVzIiwiX2lkIjoiODlmZmI2ZiJ9LHsidGV4dCI6IkFkdmFuY2VkIHNlY3VyaXR5IGZlYXR1cmVzIiwiX2lkIjoiZDgxMmIxMCJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIqIEN1c3RvbSBwcmljaW5nICh2b2x1bWUgZGlzY291bnRzIGF2YWlsYWJsZSkiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgRW50ZXJwcmlzZSBTb2x1dGlvbnMiLCJidXR0b25fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoyLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ZjLWMzLmpwZyIsImlkIjoxMDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IiBHbG9iYWwgb3BlcmF0aW9ucy4gQ29tcGxleCBjb21wbGlhbmNlLiBOZWVkIGN1c3RvbWl6YXRpb24gYW5kIHdoaXRlLWxhYmVsIGNhcGFiaWxpdHkuIiwiZmVhdHVyZV90aXRsZSI6IldoYXQgWW91IEdldDoifV0sImZlYXR1cmVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWJveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(803, 126, '_wp_page_template', 'elementor_header_footer'),
(804, 126, '_elementor_edit_mode', 'builder'),
(805, 126, '_elementor_template_type', 'wp-page'),
(806, 126, '_elementor_version', '3.33.0'),
(807, 126, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(808, 126, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(809, 126, '_elementor_css', 'a:7:{s:4:\"time\";i:1762943730;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(810, 126, '_elementor_element_cache', '{\"timeout\":1763030131,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxzcGFuPjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpPFwvc3Bhbj4iLCJfaWQiOiJiZmQ2NThjIn0seyJ0ZXh0IjoiV2hpdGUtbGFiZWwgb3B0aW9uIiwiX2lkIjoiMDZmMmEzNyJ9LHsidGV4dCI6Ik11bHRpLWNvdW50cnkgcGF5cm9sbCIsIl9pZCI6ImQxZTI3NmQifSx7InRleHQiOiJEZWRpY2F0ZWQgYWNjb3VudCBtYW5hZ2VyIiwiX2lkIjoiZDFhYmI1YyJ9LHsidGV4dCI6IlNMQSBndWFyYW50ZWVzIiwiX2lkIjoiODlmZmI2ZiJ9LHsidGV4dCI6IkFkdmFuY2VkIHNlY3VyaXR5IGZlYXR1cmVzIiwiX2lkIjoiZDgxMmIxMCJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIqIEN1c3RvbSBwcmljaW5nICh2b2x1bWUgZGlzY291bnRzIGF2YWlsYWJsZSkiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgRW50ZXJwcmlzZSBTb2x1dGlvbnMiLCJidXR0b25fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoyLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ZjLWMzLmpwZyIsImlkIjoxMDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IiBHbG9iYWwgb3BlcmF0aW9ucy4gQ29tcGxleCBjb21wbGlhbmNlLiBOZWVkIGN1c3RvbWl6YXRpb24gYW5kIHdoaXRlLWxhYmVsIGNhcGFiaWxpdHkuIiwiZmVhdHVyZV90aXRsZSI6IldoYXQgWW91IEdldDoifV0sImZlYXR1cmVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWJveCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(821, 128, '_wp_attached_file', '2025/11/blogimg1.png'),
(822, 128, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2025/11/blogimg1.png\";s:8:\"filesize\";i:249691;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44524;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg1-350x245.png\";s:5:\"width\";i:350;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160752;}}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:{}}}'),
(823, 129, '_wp_attached_file', '2025/11/blogimg2.png'),
(824, 129, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2025/11/blogimg2.png\";s:8:\"filesize\";i:186140;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17243;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg2-350x245.png\";s:5:\"width\";i:350;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132226;}}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:{}}}'),
(825, 130, '_wp_attached_file', '2025/11/blogimg3.png'),
(826, 130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2025/11/blogimg3.png\";s:8:\"filesize\";i:251225;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg3-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45049;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg3-350x245.png\";s:5:\"width\";i:350;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172080;}}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:{}}}'),
(827, 131, '_wp_attached_file', '2025/11/blogimg4.png'),
(828, 131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2025/11/blogimg4.png\";s:8:\"filesize\";i:459812;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45243;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg4-350x233.png\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156250;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:20:\"blogimg4-415x277.png\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218000;}}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:{}}}'),
(829, 132, '_wp_attached_file', '2025/11/blogimg5.png'),
(830, 132, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2025/11/blogimg5.png\";s:8:\"filesize\";i:361424;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105401;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43622;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg5-350x233.png\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139878;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:20:\"blogimg5-415x277.png\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185928;}}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:{}}}'),
(831, 133, '_wp_page_template', 'elementor_header_footer'),
(832, 133, '_elementor_edit_mode', 'builder'),
(833, 133, '_elementor_template_type', 'wp-page'),
(834, 133, '_elementor_version', '3.33.0'),
(835, 133, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(836, 133, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(837, 133, '_elementor_element_cache', '{\"timeout\":1763030165,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(838, 134, '_wp_page_template', 'elementor_header_footer'),
(839, 134, '_elementor_edit_mode', 'builder'),
(840, 134, '_elementor_template_type', 'wp-page'),
(841, 134, '_elementor_version', '3.33.0'),
(842, 134, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(843, 134, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(844, 134, '_elementor_element_cache', '{\"timeout\":1763030165,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(845, 135, '_wp_page_template', 'elementor_header_footer'),
(846, 135, '_elementor_edit_mode', 'builder'),
(847, 135, '_elementor_template_type', 'wp-page'),
(848, 135, '_elementor_version', '3.33.0'),
(849, 135, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(850, 135, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(851, 135, '_elementor_element_cache', '{\"timeout\":1763030165,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(852, 136, '_wp_page_template', 'elementor_header_footer'),
(853, 136, '_elementor_edit_mode', 'builder'),
(854, 136, '_elementor_template_type', 'wp-page'),
(855, 136, '_elementor_version', '3.33.0'),
(856, 136, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(857, 136, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(858, 137, '_wp_page_template', 'elementor_header_footer'),
(859, 137, '_elementor_edit_mode', 'builder'),
(860, 137, '_elementor_template_type', 'wp-page'),
(861, 137, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(862, 137, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(863, 137, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(864, 138, '_wp_page_template', 'elementor_header_footer'),
(865, 138, '_elementor_edit_mode', 'builder'),
(866, 138, '_elementor_template_type', 'wp-page'),
(867, 138, '_elementor_version', '3.33.0'),
(868, 138, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(869, 138, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(872, 139, '_wp_attached_file', '2025/11/blogimg4.jpg'),
(873, 139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2025/11/blogimg4.jpg\";s:8:\"filesize\";i:1155965;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16500;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"blogimg4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111011;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"blogimg4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70335;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg4-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20816;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:20:\"blogimg4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47725;}s:19:\"dreamstour_bloglist\";a:5:{s:4:\"file\";s:20:\"blogimg4-855x570.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83300;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:20:\"blogimg4-415x277.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27056;}}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:{}}}'),
(874, 140, '_wp_page_template', 'elementor_header_footer'),
(875, 140, '_elementor_edit_mode', 'builder'),
(876, 140, '_elementor_template_type', 'wp-page'),
(877, 140, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(878, 140, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(879, 140, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(880, 140, '_elementor_css', 'a:7:{s:4:\"time\";i:1762944190;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(881, 140, '_elementor_element_cache', '{\"timeout\":1763030590,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMy5wbmciLCJpZCI6MTMwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtcGxhdGZvcm0tY2FyZHMifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(882, 141, '_wp_page_template', 'elementor_header_footer'),
(883, 141, '_elementor_edit_mode', 'builder'),
(884, 141, '_elementor_template_type', 'wp-page'),
(885, 141, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(886, 141, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(887, 141, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(888, 141, '_elementor_css', 'a:7:{s:4:\"time\";i:1762944190;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(889, 141, '_elementor_element_cache', '{\"timeout\":1763030590,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMy5wbmciLCJpZCI6MTMwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtcGxhdGZvcm0tY2FyZHMifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(890, 142, '_wp_page_template', 'elementor_header_footer'),
(891, 142, '_elementor_edit_mode', 'builder'),
(892, 142, '_elementor_template_type', 'wp-page'),
(893, 142, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(894, 142, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(895, 142, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(896, 142, '_elementor_css', 'a:7:{s:4:\"time\";i:1762944190;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(897, 142, '_elementor_element_cache', '{\"timeout\":1763030590,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMy5wbmciLCJpZCI6MTMwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtcGxhdGZvcm0tY2FyZHMifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(898, 143, '_wp_attached_file', '2025/11/blogimg6.png'),
(899, 143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:604;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2025/11/blogimg6.png\";s:8:\"filesize\";i:263895;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"blogimg6-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41353;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:20:\"blogimg6-350x145.png\";s:5:\"width\";i:350;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84806;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:20:\"blogimg6-600x248.png\";s:5:\"width\";i:600;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235624;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:20:\"blogimg6-415x172.png\";s:5:\"width\";i:415;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116814;}}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:{}}}'),
(900, 144, '_wp_page_template', 'elementor_header_footer'),
(901, 144, '_elementor_edit_mode', 'builder'),
(902, 144, '_elementor_template_type', 'wp-page'),
(903, 144, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(904, 144, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(905, 144, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(906, 145, '_wp_page_template', 'elementor_header_footer'),
(907, 145, '_elementor_edit_mode', 'builder'),
(908, 145, '_elementor_template_type', 'wp-page'),
(909, 145, '_elementor_version', '3.33.0'),
(910, 145, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(911, 145, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(912, 146, '_wp_page_template', 'elementor_header_footer'),
(913, 146, '_elementor_edit_mode', 'builder'),
(914, 146, '_elementor_template_type', 'wp-page'),
(915, 146, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(916, 146, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(917, 146, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(920, 147, '_wp_attached_file', '2025/11/ico-2.png'),
(921, 147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:17:\"2025/11/ico-2.png\";s:8:\"filesize\";i:6134;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(922, 148, '_wp_attached_file', '2025/11/ico-3.png'),
(923, 148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:17:\"2025/11/ico-3.png\";s:8:\"filesize\";i:2509;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(924, 149, '_wp_attached_file', '2025/11/ico-4.png'),
(925, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:17:\"2025/11/ico-4.png\";s:8:\"filesize\";i:2211;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(926, 150, '_wp_page_template', 'elementor_header_footer'),
(927, 150, '_elementor_edit_mode', 'builder'),
(928, 150, '_elementor_template_type', 'wp-page'),
(929, 150, '_elementor_version', '3.33.0'),
(930, 150, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(931, 150, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(932, 150, '_elementor_css', 'a:7:{s:4:\"time\";i:1762944354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(933, 150, '_elementor_element_cache', '{\"timeout\":1763030754,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(934, 151, '_wp_page_template', 'elementor_header_footer'),
(935, 151, '_elementor_edit_mode', 'builder'),
(936, 151, '_elementor_template_type', 'wp-page'),
(937, 151, '_elementor_version', '3.33.0'),
(938, 151, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false}]'),
(939, 151, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(940, 151, '_elementor_css', 'a:7:{s:4:\"time\";i:1762944354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(941, 151, '_elementor_element_cache', '{\"timeout\":1763030754,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(942, 152, '_wp_page_template', 'elementor_header_footer'),
(943, 152, '_elementor_edit_mode', 'builder'),
(944, 152, '_elementor_template_type', 'wp-page'),
(945, 152, '_elementor_version', '3.33.0'),
(946, 152, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"yes\",\"add_bottom_spacer\":\"yes\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false}]'),
(947, 152, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(948, 152, '_elementor_css', 'a:7:{s:4:\"time\";i:1762944354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(949, 152, '_elementor_element_cache', '{\"timeout\":1763030754,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(952, 153, '_wp_page_template', 'elementor_header_footer'),
(953, 153, '_elementor_edit_mode', 'builder'),
(954, 153, '_elementor_template_type', 'wp-page'),
(955, 153, '_elementor_version', '3.33.0'),
(956, 153, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"yes\",\"add_bottom_spacer\":\"yes\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false}]'),
(957, 153, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(958, 153, '_elementor_css', 'a:7:{s:4:\"time\";i:1762945685;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(959, 153, '_elementor_element_cache', '{\"timeout\":1763032085,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6InllcyIsImFkZF9ib3R0b21fc3BhY2VyIjoieWVzIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(960, 154, '_wp_page_template', 'elementor_header_footer'),
(961, 154, '_elementor_edit_mode', 'builder'),
(962, 154, '_elementor_template_type', 'wp-page'),
(963, 154, '_elementor_version', '3.33.0'),
(964, 154, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"yes\",\"add_bottom_spacer\":\"yes\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false}]'),
(965, 154, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(966, 154, '_elementor_css', 'a:7:{s:4:\"time\";i:1762945685;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(967, 154, '_elementor_element_cache', '{\"timeout\":1763032085,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6InllcyIsImFkZF9ib3R0b21fc3BhY2VyIjoieWVzIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(968, 155, '_wp_page_template', 'elementor_header_footer'),
(969, 155, '_elementor_edit_mode', 'builder'),
(970, 155, '_elementor_template_type', 'wp-page'),
(971, 155, '_elementor_version', '3.33.0'),
(972, 155, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(973, 155, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(974, 155, '_elementor_css', 'a:7:{s:4:\"time\";i:1762945685;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(975, 155, '_elementor_element_cache', '{\"timeout\":1763032085,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6InllcyIsImFkZF9ib3R0b21fc3BhY2VyIjoieWVzIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(986, 157, '_wp_attached_file', '2025/11/laptop.png'),
(987, 157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:421;s:6:\"height\";i:270;s:4:\"file\";s:18:\"2025/11/laptop.png\";s:8:\"filesize\";i:130176;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"laptop-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"laptop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13706;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:18:\"laptop-350x224.png\";s:5:\"width\";i:350;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72797;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:18:\"laptop-415x266.png\";s:5:\"width\";i:415;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42070;}}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:{}}}'),
(988, 158, '_wp_page_template', 'elementor_header_footer'),
(989, 158, '_elementor_edit_mode', 'builder'),
(990, 158, '_elementor_template_type', 'wp-page'),
(991, 158, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(992, 158, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false}]'),
(993, 158, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(994, 158, '_elementor_element_cache', '{\"timeout\":1763032103,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(995, 159, '_wp_page_template', 'elementor_header_footer'),
(996, 159, '_elementor_edit_mode', 'builder'),
(997, 159, '_elementor_template_type', 'wp-page'),
(998, 159, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(999, 159, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false}]'),
(1000, 159, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1001, 159, '_elementor_element_cache', '{\"timeout\":1763032103,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1002, 160, '_wp_page_template', 'elementor_header_footer'),
(1003, 160, '_elementor_edit_mode', 'builder'),
(1004, 160, '_elementor_template_type', 'wp-page'),
(1005, 160, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1006, 160, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1007, 160, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1008, 160, '_elementor_element_cache', '{\"timeout\":1763032103,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1009, 161, '_wp_attached_file', '2025/11/fc-c4.jpg'),
(1010, 161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:706;s:6:\"height\";i:326;s:4:\"file\";s:17:\"2025/11/fc-c4.jpg\";s:8:\"filesize\";i:253428;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fc-c4-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fc-c4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6802;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:17:\"fc-c4-350x162.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16032;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:17:\"fc-c4-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36298;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:17:\"fc-c4-415x192.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20410;}}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:{}}}'),
(1011, 162, '_wp_page_template', 'elementor_header_footer'),
(1012, 162, '_elementor_edit_mode', 'builder'),
(1013, 162, '_elementor_template_type', 'wp-page'),
(1014, 162, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1015, 162, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1016, 162, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1017, 163, '_wp_page_template', 'elementor_header_footer'),
(1018, 163, '_elementor_edit_mode', 'builder'),
(1019, 163, '_elementor_template_type', 'wp-page'),
(1020, 163, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1021, 163, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1022, 163, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1023, 164, '_wp_page_template', 'elementor_header_footer'),
(1024, 164, '_elementor_edit_mode', 'builder'),
(1025, 164, '_elementor_template_type', 'wp-page'),
(1026, 164, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1027, 164, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1028, 164, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1031, 165, '_wp_page_template', 'elementor_header_footer'),
(1032, 165, '_elementor_edit_mode', 'builder'),
(1033, 165, '_elementor_template_type', 'wp-page'),
(1034, 165, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1035, 165, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1036, 165, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1037, 165, '_elementor_css', 'a:7:{s:4:\"time\";i:1762946555;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1038, 165, '_elementor_element_cache', '{\"timeout\":1763032955,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1039, 166, '_wp_page_template', 'elementor_header_footer'),
(1040, 166, '_elementor_edit_mode', 'builder'),
(1041, 166, '_elementor_template_type', 'wp-page'),
(1042, 166, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1043, 166, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1044, 166, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1045, 166, '_elementor_css', 'a:7:{s:4:\"time\";i:1762946555;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1046, 166, '_elementor_element_cache', '{\"timeout\":1763032955,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1047, 167, '_wp_page_template', 'elementor_header_footer'),
(1048, 167, '_elementor_edit_mode', 'builder'),
(1049, 167, '_elementor_template_type', 'wp-page'),
(1050, 167, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1051, 167, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1052, 167, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1053, 167, '_elementor_css', 'a:7:{s:4:\"time\";i:1762946555;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1054, 167, '_elementor_element_cache', '{\"timeout\":1763032955,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1055, 168, '_wp_attached_file', '2025/11/section-01.png'),
(1056, 168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:548;s:6:\"height\";i:340;s:4:\"file\";s:22:\"2025/11/section-01.png\";s:8:\"filesize\";i:256607;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"section-01-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"section-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33657;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:22:\"section-01-350x217.png\";s:5:\"width\";i:350;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48590;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:22:\"section-01-415x257.png\";s:5:\"width\";i:415;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64870;}}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:{}}}'),
(1057, 169, '_wp_page_template', 'elementor_header_footer'),
(1058, 169, '_elementor_edit_mode', 'builder'),
(1059, 169, '_elementor_template_type', 'wp-page'),
(1060, 169, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1061, 169, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1062, 169, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1063, 170, '_wp_page_template', 'elementor_header_footer'),
(1064, 170, '_elementor_edit_mode', 'builder'),
(1065, 170, '_elementor_template_type', 'wp-page'),
(1066, 170, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1067, 170, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false}]'),
(1068, 170, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1069, 171, '_wp_page_template', 'elementor_header_footer'),
(1070, 171, '_elementor_edit_mode', 'builder'),
(1071, 171, '_elementor_template_type', 'wp-page'),
(1072, 171, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1073, 171, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta2_text\":\"Schedule Partner Demo\"},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false}]'),
(1074, 171, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1075, 172, '_wp_page_template', 'elementor_header_footer'),
(1076, 172, '_elementor_edit_mode', 'builder'),
(1077, 172, '_elementor_template_type', 'wp-page'),
(1078, 172, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1079, 172, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta2_text\":\"Schedule Partner Demo\"},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false}]'),
(1080, 172, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1081, 173, '_wp_page_template', 'elementor_header_footer'),
(1082, 173, '_elementor_edit_mode', 'builder'),
(1083, 173, '_elementor_template_type', 'wp-page'),
(1084, 173, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1085, 173, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta2_text\":\"Schedule Partner Demo\"},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false}]'),
(1086, 173, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1087, 174, '_wp_page_template', 'elementor_header_footer'),
(1088, 174, '_elementor_edit_mode', 'builder'),
(1089, 174, '_elementor_template_type', 'wp-page'),
(1090, 174, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1091, 174, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false}]'),
(1092, 174, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1093, 175, '_wp_page_template', 'elementor_header_footer'),
(1094, 175, '_elementor_edit_mode', 'builder'),
(1095, 175, '_elementor_template_type', 'wp-page'),
(1096, 175, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1097, 175, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false}]'),
(1098, 175, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1099, 176, '_wp_page_template', 'elementor_header_footer'),
(1100, 176, '_elementor_edit_mode', 'builder'),
(1101, 176, '_elementor_template_type', 'wp-page'),
(1102, 176, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1103, 176, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false}]'),
(1104, 176, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1105, 177, '_wp_page_template', 'elementor_header_footer'),
(1106, 177, '_elementor_edit_mode', 'builder'),
(1107, 177, '_elementor_template_type', 'wp-page'),
(1108, 177, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1109, 177, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1110, 177, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1111, 178, '_wp_attached_file', '2025/11/client-07.png'),
(1112, 178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:21:\"2025/11/client-07.png\";s:8:\"filesize\";i:3137;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1113, 179, '_wp_attached_file', '2025/11/client-08.png'),
(1114, 179, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:33;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2025/11/client-08.png\";s:8:\"filesize\";i:1478;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1115, 180, '_wp_attached_file', '2025/11/client-09.png'),
(1116, 180, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2025/11/client-09.png\";s:8:\"filesize\";i:1235;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1123, 182, '_wp_attached_file', '2025/11/client-10.png'),
(1124, 182, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:37;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2025/11/client-10.png\";s:8:\"filesize\";i:1031;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1125, 183, '_wp_attached_file', '2025/11/client-11.png'),
(1126, 183, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2025/11/client-11.png\";s:8:\"filesize\";i:1346;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1127, 184, '_wp_attached_file', '2025/11/client-12.png'),
(1128, 184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2025/11/client-12.png\";s:8:\"filesize\";i:1117;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1129, 185, '_wp_page_template', 'elementor_header_footer'),
(1130, 185, '_elementor_edit_mode', 'builder'),
(1131, 185, '_elementor_template_type', 'wp-page'),
(1132, 185, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1133, 185, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1134, 185, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1135, 186, '_wp_page_template', 'elementor_header_footer'),
(1136, 186, '_elementor_edit_mode', 'builder'),
(1137, 186, '_elementor_template_type', 'wp-page'),
(1138, 186, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1139, 186, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1140, 186, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1141, 187, '_wp_page_template', 'elementor_header_footer'),
(1142, 187, '_elementor_edit_mode', 'builder'),
(1143, 187, '_elementor_template_type', 'wp-page'),
(1144, 187, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1145, 187, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false}]'),
(1146, 187, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1147, 188, '_wp_page_template', 'elementor_header_footer'),
(1148, 188, '_elementor_edit_mode', 'builder'),
(1149, 188, '_elementor_template_type', 'wp-page'),
(1150, 188, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1151, 188, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false}]'),
(1152, 188, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1153, 189, '_wp_page_template', 'elementor_header_footer'),
(1154, 189, '_elementor_edit_mode', 'builder'),
(1155, 189, '_elementor_template_type', 'wp-page'),
(1156, 189, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1157, 189, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false}]'),
(1158, 189, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1159, 190, '_wp_page_template', 'elementor_header_footer'),
(1160, 190, '_elementor_edit_mode', 'builder'),
(1161, 190, '_elementor_template_type', 'wp-page'),
(1162, 190, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1163, 190, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1164, 190, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1165, 191, '_wp_attached_file', '2025/11/ico-1.png'),
(1166, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:81;s:6:\"height\";i:50;s:4:\"file\";s:17:\"2025/11/ico-1.png\";s:8:\"filesize\";i:2263;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1167, 192, '_wp_page_template', 'elementor_header_footer'),
(1168, 192, '_elementor_edit_mode', 'builder'),
(1169, 192, '_elementor_template_type', 'wp-page'),
(1170, 192, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1171, 192, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1172, 192, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1173, 193, '_wp_page_template', 'elementor_header_footer'),
(1174, 193, '_elementor_edit_mode', 'builder'),
(1175, 193, '_elementor_template_type', 'wp-page'),
(1176, 193, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1177, 193, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1178, 193, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1179, 194, '_wp_page_template', 'elementor_header_footer'),
(1180, 194, '_elementor_edit_mode', 'builder'),
(1181, 194, '_elementor_template_type', 'wp-page'),
(1182, 194, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1183, 194, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":3},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false}]'),
(1184, 194, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1187, 195, '_wp_page_template', 'elementor_header_footer'),
(1188, 195, '_elementor_edit_mode', 'builder'),
(1189, 195, '_elementor_template_type', 'wp-page'),
(1190, 195, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1191, 195, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":3},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false}]'),
(1192, 195, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1193, 195, '_elementor_css', 'a:7:{s:4:\"time\";i:1762947797;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1194, 195, '_elementor_element_cache', '{\"timeout\":1763034198,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6Ijk2ZjMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6M30seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxfV0sIml0ZW1zIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLW93bi15b3VyLWRhdGEifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1195, 196, '_wp_page_template', 'elementor_header_footer'),
(1196, 196, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1197, 196, '_elementor_template_type', 'wp-page'),
(1198, 196, '_elementor_version', '3.33.0'),
(1199, 196, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":3},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false}]'),
(1200, 196, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1201, 196, '_elementor_css', 'a:7:{s:4:\"time\";i:1762947797;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1202, 196, '_elementor_element_cache', '{\"timeout\":1763034198,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6Ijk2ZjMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6M30seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxfV0sIml0ZW1zIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLW93bi15b3VyLWRhdGEifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1203, 197, '_wp_page_template', 'elementor_header_footer'),
(1204, 197, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1205, 197, '_elementor_template_type', 'wp-page'),
(1206, 197, '_elementor_version', '3.33.0'),
(1207, 197, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false}]'),
(1208, 197, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1209, 197, '_elementor_css', 'a:7:{s:4:\"time\";i:1762947797;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1210, 197, '_elementor_element_cache', '{\"timeout\":1763034198,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6Ijk2ZjMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6M30seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxfV0sIml0ZW1zIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLW93bi15b3VyLWRhdGEifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1213, 198, '_wp_page_template', 'elementor_header_footer'),
(1214, 198, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1215, 198, '_elementor_template_type', 'wp-page'),
(1216, 198, '_elementor_version', '3.33.0'),
(1217, 198, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false}]'),
(1218, 198, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1219, 198, '_elementor_css', 'a:7:{s:4:\"time\";i:1762948342;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1220, 198, '_elementor_element_cache', '{\"timeout\":1763034742,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6Ijk2ZjMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1221, 199, '_wp_page_template', 'elementor_header_footer'),
(1222, 199, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1223, 199, '_elementor_template_type', 'wp-page'),
(1224, 199, '_elementor_version', '3.33.0'),
(1225, 199, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false}]'),
(1226, 199, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1227, 199, '_elementor_css', 'a:7:{s:4:\"time\";i:1762948342;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1228, 199, '_elementor_element_cache', '{\"timeout\":1763034742,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6Ijk2ZjMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1229, 200, '_wp_page_template', 'elementor_header_footer'),
(1230, 200, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1231, 200, '_elementor_template_type', 'wp-page'),
(1232, 200, '_elementor_version', '3.33.0'),
(1233, 200, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ee6d0a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"dc53fd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"696c4cd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"59b79f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1234, 200, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1235, 200, '_elementor_css', 'a:7:{s:4:\"time\";i:1762948342;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1236, 200, '_elementor_element_cache', '{\"timeout\":1763034742,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6Ijk2ZjMwN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1237, 201, '_wp_attached_file', '2025/11/section-05.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1238, 201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:522;s:6:\"height\";i:550;s:4:\"file\";s:22:\"2025/11/section-05.jpg\";s:8:\"filesize\";i:199794;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"section-05-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"section-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4431;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:22:\"section-05-350x369.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17668;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:22:\"section-05-415x437.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23194;}}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:{}}}'),
(1239, 202, '_wp_page_template', 'elementor_header_footer'),
(1240, 202, '_elementor_edit_mode', 'builder'),
(1241, 202, '_elementor_template_type', 'wp-page'),
(1242, 202, '_elementor_version', '3.33.0'),
(1243, 202, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ee6d0a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"dc53fd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"696c4cd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"59b79f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1244, 202, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1245, 203, '_wp_page_template', 'elementor_header_footer'),
(1246, 203, '_elementor_edit_mode', 'builder'),
(1247, 203, '_elementor_template_type', 'wp-page'),
(1248, 203, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1249, 203, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"96f307e\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ee6d0a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"dc53fd3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"696c4cd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"59b79f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1250, 203, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1251, 204, '_wp_page_template', 'elementor_header_footer'),
(1252, 204, '_elementor_edit_mode', 'builder'),
(1253, 204, '_elementor_template_type', 'wp-page'),
(1254, 204, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1255, 204, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1256, 204, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1259, 205, '_wp_page_template', 'elementor_header_footer'),
(1260, 205, '_elementor_edit_mode', 'builder'),
(1261, 205, '_elementor_template_type', 'wp-page'),
(1262, 205, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1263, 205, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1264, 205, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1265, 205, '_elementor_css', 'a:7:{s:4:\"time\";i:1762950934;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1266, 205, '_elementor_element_cache', '{\"timeout\":1763037335,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiQTogQ3VzdG9taXphdGlvbiwgSW50ZWdyYXRpb24sIFByaWNpbmciLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgc2Vla2luZyBjdXN0b21pemFibGUsIGludGVncmF0ZWQgSFIgc29sdXRpb25zLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxfSx7InRhYl9sYWJlbCI6IkltcGxlbWVudGF0aW9uICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiQTogQ3VzdG9taXphdGlvbiwgSW50ZWdyYXRpb24sIFByaWNpbmciLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgc2Vla2luZyBjdXN0b21pemFibGUsIGludGVncmF0ZWQgSFIgc29sdXRpb25zLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0MjY3Mjc4In0seyJ0YWJfbGFiZWwiOiJDdXN0b21pemF0aW9uICYgRmVhdHVyZXMiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6IkE6IEN1c3RvbWl6YXRpb24sIEludGVncmF0aW9uLCBQcmljaW5nIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJCdXNpbmVzc2VzIHNlZWtpbmcgY3VzdG9taXphYmxlLCBpbnRlZ3JhdGVkIEhSIHNvbHV0aW9ucy4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJBOiBDdXN0b21pemF0aW9uLCBJbnRlZ3JhdGlvbiwgUHJpY2luZyIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBzZWVraW5nIGN1c3RvbWl6YWJsZSwgaW50ZWdyYXRlZCBIUiBzb2x1dGlvbnMuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6ImZlZmE2YzUifSx7InRhYl9sYWJlbCI6IlN1cHBvcnQgIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJBOiBDdXN0b21pemF0aW9uLCBJbnRlZ3JhdGlvbiwgUHJpY2luZyIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBzZWVraW5nIGN1c3RvbWl6YWJsZSwgaW50ZWdyYXRlZCBIUiBzb2x1dGlvbnMuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQ4ZDliNjQifV0sImN0YV90ZXh0IjoiVmlldyBBbGwgRkFRXHUyMDE5cyIsImZhcXMiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtZmFxIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1267, 206, '_wp_page_template', 'elementor_header_footer'),
(1268, 206, '_elementor_edit_mode', 'builder'),
(1269, 206, '_elementor_template_type', 'wp-page'),
(1270, 206, '_elementor_version', '3.33.0'),
(1271, 206, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"A: Customization, Integration, Pricing\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses seeking customizable, integrated HR solutions.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1272, 206, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1273, 206, '_elementor_css', 'a:7:{s:4:\"time\";i:1762950934;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1274, 206, '_elementor_element_cache', '{\"timeout\":1763037335,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiQTogQ3VzdG9taXphdGlvbiwgSW50ZWdyYXRpb24sIFByaWNpbmciLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgc2Vla2luZyBjdXN0b21pemFibGUsIGludGVncmF0ZWQgSFIgc29sdXRpb25zLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxfSx7InRhYl9sYWJlbCI6IkltcGxlbWVudGF0aW9uICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiQTogQ3VzdG9taXphdGlvbiwgSW50ZWdyYXRpb24sIFByaWNpbmciLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgc2Vla2luZyBjdXN0b21pemFibGUsIGludGVncmF0ZWQgSFIgc29sdXRpb25zLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0MjY3Mjc4In0seyJ0YWJfbGFiZWwiOiJDdXN0b21pemF0aW9uICYgRmVhdHVyZXMiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6IkE6IEN1c3RvbWl6YXRpb24sIEludGVncmF0aW9uLCBQcmljaW5nIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJCdXNpbmVzc2VzIHNlZWtpbmcgY3VzdG9taXphYmxlLCBpbnRlZ3JhdGVkIEhSIHNvbHV0aW9ucy4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJBOiBDdXN0b21pemF0aW9uLCBJbnRlZ3JhdGlvbiwgUHJpY2luZyIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBzZWVraW5nIGN1c3RvbWl6YWJsZSwgaW50ZWdyYXRlZCBIUiBzb2x1dGlvbnMuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6ImZlZmE2YzUifSx7InRhYl9sYWJlbCI6IlN1cHBvcnQgIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJBOiBDdXN0b21pemF0aW9uLCBJbnRlZ3JhdGlvbiwgUHJpY2luZyIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBzZWVraW5nIGN1c3RvbWl6YWJsZSwgaW50ZWdyYXRlZCBIUiBzb2x1dGlvbnMuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQ4ZDliNjQifV0sImN0YV90ZXh0IjoiVmlldyBBbGwgRkFRXHUyMDE5cyIsImZhcXMiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtZmFxIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1275, 207, '_wp_page_template', 'elementor_header_footer'),
(1276, 207, '_elementor_edit_mode', 'builder'),
(1277, 207, '_elementor_template_type', 'wp-page'),
(1278, 207, '_elementor_version', '3.33.0'),
(1279, 207, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1280, 207, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1281, 207, '_elementor_css', 'a:7:{s:4:\"time\";i:1762950934;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1282, 207, '_elementor_element_cache', '{\"timeout\":1763037335,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiQTogQ3VzdG9taXphdGlvbiwgSW50ZWdyYXRpb24sIFByaWNpbmciLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgc2Vla2luZyBjdXN0b21pemFibGUsIGludGVncmF0ZWQgSFIgc29sdXRpb25zLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxfSx7InRhYl9sYWJlbCI6IkltcGxlbWVudGF0aW9uICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiQTogQ3VzdG9taXphdGlvbiwgSW50ZWdyYXRpb24sIFByaWNpbmciLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgc2Vla2luZyBjdXN0b21pemFibGUsIGludGVncmF0ZWQgSFIgc29sdXRpb25zLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0MjY3Mjc4In0seyJ0YWJfbGFiZWwiOiJDdXN0b21pemF0aW9uICYgRmVhdHVyZXMiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6IkE6IEN1c3RvbWl6YXRpb24sIEludGVncmF0aW9uLCBQcmljaW5nIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJCdXNpbmVzc2VzIHNlZWtpbmcgY3VzdG9taXphYmxlLCBpbnRlZ3JhdGVkIEhSIHNvbHV0aW9ucy4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJBOiBDdXN0b21pemF0aW9uLCBJbnRlZ3JhdGlvbiwgUHJpY2luZyIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBzZWVraW5nIGN1c3RvbWl6YWJsZSwgaW50ZWdyYXRlZCBIUiBzb2x1dGlvbnMuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6ImZlZmE2YzUifSx7InRhYl9sYWJlbCI6IlN1cHBvcnQgIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJBOiBDdXN0b21pemF0aW9uLCBJbnRlZ3JhdGlvbiwgUHJpY2luZyIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBzZWVraW5nIGN1c3RvbWl6YWJsZSwgaW50ZWdyYXRlZCBIUiBzb2x1dGlvbnMuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQ4ZDliNjQifV0sImN0YV90ZXh0IjoiVmlldyBBbGwgRkFRXHUyMDE5cyIsImZhcXMiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtZmFxIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1285, 208, '_wp_attached_file', '2025/11/blogimg6-1.png'),
(1286, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:604;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/11/blogimg6-1.png\";s:8:\"filesize\";i:263895;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"blogimg6-1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"blogimg6-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41353;}s:15:\"dreamstour_list\";a:5:{s:4:\"file\";s:22:\"blogimg6-1-350x145.png\";s:5:\"width\";i:350;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84806;}s:12:\"dreamstour_m\";a:5:{s:4:\"file\";s:22:\"blogimg6-1-600x248.png\";s:5:\"width\";i:600;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235624;}s:19:\"dreamstour_bloggrid\";a:5:{s:4:\"file\";s:22:\"blogimg6-1-415x172.png\";s:5:\"width\";i:415;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116814;}}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:{}}}'),
(1287, 209, '_wp_attached_file', '2025/11/blogimg7.png'),
(1288, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:289;s:6:\"height\";i:210;s:4:\"file\";s:20:\"2025/11/blogimg7.png\";s:8:\"filesize\";i:110158;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20151;}}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:{}}}'),
(1289, 210, '_wp_attached_file', '2025/11/blogimg8.png'),
(1290, 210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:290;s:6:\"height\";i:210;s:4:\"file\";s:20:\"2025/11/blogimg8.png\";s:8:\"filesize\";i:128197;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"blogimg8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44304;}}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:{}}}'),
(1291, 211, '_wp_page_template', 'elementor_header_footer'),
(1292, 211, '_elementor_edit_mode', 'builder'),
(1293, 211, '_elementor_template_type', 'wp-page'),
(1294, 211, '_elementor_version', '3.33.0'),
(1295, 211, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1296, 211, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1297, 211, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951086;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1298, 211, '_elementor_element_cache', '{\"timeout\":1763037486,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1299, 212, '_wp_page_template', 'elementor_header_footer'),
(1300, 212, '_elementor_edit_mode', 'builder'),
(1301, 212, '_elementor_template_type', 'wp-page'),
(1302, 212, '_elementor_version', '3.33.0'),
(1303, 212, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1304, 212, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1305, 212, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951086;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1306, 212, '_elementor_element_cache', '{\"timeout\":1763037486,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1307, 213, '_wp_page_template', 'elementor_header_footer'),
(1308, 213, '_elementor_edit_mode', 'builder'),
(1309, 213, '_elementor_template_type', 'wp-page'),
(1310, 213, '_elementor_version', '3.33.0'),
(1311, 213, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\"},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1312, 213, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1313, 213, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951086;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1314, 213, '_elementor_element_cache', '{\"timeout\":1763037486,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap\">nttttttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1317, 214, '_wp_page_template', 'elementor_header_footer'),
(1318, 214, '_elementor_edit_mode', 'builder'),
(1319, 214, '_elementor_template_type', 'wp-page'),
(1320, 214, '_elementor_version', '3.33.0'),
(1321, 214, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\"},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1322, 214, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1323, 214, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951277;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1324, 214, '_elementor_element_cache', '{\"timeout\":1763037677,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWhvbWUtYmxvZyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1325, 215, '_wp_page_template', 'elementor_header_footer'),
(1326, 215, '_elementor_edit_mode', 'builder'),
(1327, 215, '_elementor_template_type', 'wp-page'),
(1328, 215, '_elementor_version', '3.33.0'),
(1329, 215, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\"},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1330, 215, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1331, 215, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951277;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1332, 215, '_elementor_element_cache', '{\"timeout\":1763037677,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWhvbWUtYmxvZyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1333, 216, '_wp_page_template', 'elementor_header_footer'),
(1334, 216, '_elementor_edit_mode', 'builder'),
(1335, 216, '_elementor_template_type', 'wp-page'),
(1336, 216, '_elementor_version', '3.33.0'),
(1337, 216, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_tag_url\":{\"url\":\"#1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1338, 216, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1339, 216, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951277;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1340, 216, '_elementor_element_cache', '{\"timeout\":1763037677,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWhvbWUtYmxvZyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1343, 217, '_wp_page_template', 'elementor_header_footer'),
(1344, 217, '_elementor_edit_mode', 'builder'),
(1345, 217, '_elementor_template_type', 'wp-page'),
(1346, 217, '_elementor_version', '3.33.0'),
(1347, 217, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_tag_url\":{\"url\":\"#1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1348, 217, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1349, 217, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951526;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1350, 217, '_elementor_element_cache', '{\"timeout\":1763037926,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIiwiZmVhdHVyZWRfdGFnX3VybCI6eyJ1cmwiOiIjMSIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJmZWF0dXJlZF90aXRsZV91cmwiOnsidXJsIjoiIzIiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWhvbWUtYmxvZyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1351, 218, '_wp_page_template', 'elementor_header_footer'),
(1352, 218, '_elementor_edit_mode', 'builder'),
(1353, 218, '_elementor_template_type', 'wp-page'),
(1354, 218, '_elementor_version', '3.33.0'),
(1355, 218, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_tag_url\":{\"url\":\"#1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1356, 218, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1357, 218, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951526;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1358, 218, '_elementor_element_cache', '{\"timeout\":1763037926,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIiwiZmVhdHVyZWRfdGFnX3VybCI6eyJ1cmwiOiIjMSIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJmZWF0dXJlZF90aXRsZV91cmwiOnsidXJsIjoiIzIiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWhvbWUtYmxvZyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1359, 219, '_wp_page_template', 'elementor_header_footer'),
(1360, 219, '_elementor_edit_mode', 'builder'),
(1361, 219, '_elementor_template_type', 'wp-page'),
(1362, 219, '_elementor_version', '3.33.0'),
(1363, 219, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1364, 219, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1365, 219, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951526;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1366, 219, '_elementor_element_cache', '{\"timeout\":1763037926,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIiwiZmVhdHVyZWRfdGFnX3VybCI6eyJ1cmwiOiIjMSIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJmZWF0dXJlZF90aXRsZV91cmwiOnsidXJsIjoiIzIiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWhvbWUtYmxvZyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1369, 220, '_menu_item_type', 'post_type'),
(1370, 220, '_menu_item_menu_item_parent', '0'),
(1371, 220, '_menu_item_object_id', '2'),
(1372, 220, '_menu_item_object', 'page'),
(1373, 220, '_menu_item_target', ''),
(1374, 220, '_menu_item_classes', 'a:2:{i:0;s:12:\"mega-submenu\";i:1;s:9:\"columns-3\";}'),
(1375, 220, '_menu_item_xfn', ''),
(1376, 220, '_menu_item_url', ''),
(1378, 221, '_wp_page_template', 'elementor_header_footer'),
(1379, 221, '_elementor_edit_mode', 'builder'),
(1380, 221, '_elementor_template_type', 'wp-page'),
(1381, 221, '_elementor_version', '3.33.0'),
(1382, 221, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1383, 221, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1384, 221, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951972;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1385, 221, '_elementor_element_cache', '{\"timeout\":1763038372,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIiwiZmVhdHVyZWRfdGl0bGVfdXJsIjp7InVybCI6IiMyIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ob21lLWJsb2cifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1386, 222, '_wp_page_template', 'elementor_header_footer'),
(1387, 222, '_elementor_edit_mode', 'builder'),
(1388, 222, '_elementor_template_type', 'wp-page'),
(1389, 222, '_elementor_version', '3.33.0'),
(1390, 222, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"For Patients\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"For Doctors\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"e1f2925\"},{\"header\":\"For Clinics & Pharmacies\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"4c12e07\"},{\"header\":\"All in one integrated system\",\"content\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"_id\":\"b20ec43\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Comprehensive Reports\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1391, 222, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1392, 222, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951972;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1393, 222, '_elementor_element_cache', '{\"timeout\":1763038372,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIiwiZmVhdHVyZWRfdGl0bGVfdXJsIjp7InVybCI6IiMyIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ob21lLWJsb2cifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1394, 223, '_wp_page_template', 'elementor_header_footer'),
(1395, 223, '_elementor_edit_mode', 'builder'),
(1396, 223, '_elementor_template_type', 'wp-page'),
(1397, 223, '_elementor_version', '3.33.0'),
(1398, 223, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1399, 223, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1400, 223, '_elementor_css', 'a:7:{s:4:\"time\";i:1762951972;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1401, 223, '_elementor_element_cache', '{\"timeout\":1763038372,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiRm9yIFBhdGllbnRzIiwiY29udGVudCI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJGb3IgRG9jdG9ycyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6ImUxZjI5MjUifSx7ImhlYWRlciI6IkZvciBDbGluaWNzICYgUGhhcm1hY2llcyIsImNvbnRlbnQiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsIl9pZCI6IjRjMTJlMDcifSx7ImhlYWRlciI6IkFsbCBpbiBvbmUgaW50ZWdyYXRlZCBzeXN0ZW0iLCJjb250ZW50IjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJfaWQiOiJiMjBlYzQzIn1dLCJjYXJkX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wMS5wbmciLCJpZCI6MTY4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjYXJkX3RpdGxlIjoiQ29tcHJlaGVuc2l2ZSBSZXBvcnRzIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjZ9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6Nn1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiJUb3AgVGVsZUhlYWx0aCBJbm5vdmF0aW9ucyB0byBXYXRjaCBPdXQgZm9yIGluIDIwMjUiLCJmZWF0dXJlZF9leGNlcnB0IjoiTmV3IHJlZ3VsYXRpb25zIGFjcm9zcyBFVSwgQVBBQywgYW5kIExBVEFNIHRoYXQgYWZmZWN0IHlvdXIgYnVzaW5lc3MuIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJEYXRhLWRyaXZlbiBpbnNpZ2h0cyBvbiBBSS1wb3dlcmVkIGhpcmluZyBhbmQgd2hhdCBhY3R1YWxseSB3b3Jrcy4iLCJfaWQiOiJhZjRhOGEyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNy5wbmciLCJpZCI6MjA5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn0seyJ0aXRsZSI6IlRvcCBUZWxlSGVhbHRoIElubm92YXRpb25zIHRvIFdhdGNoIE91dCBmb3IgaW4gMjAyNSIsImV4Y2VycHQiOiJXZSB0cmFja2VkIDUwMCBIUiBwcm9mZXNzaW9uYWxzIGZvciA2IG1vbnRocy4gVGhlIHJlc3VsdHMgd2lsbCBzdXJwcmlzZSB5b3UiLCJfaWQiOiIyMjU0N2ZkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nOC5wbmciLCJpZCI6MjEwLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0YWciOiJUZWxlbWVkaWNpbmUiLCJyZWFkX3RleHQiOiJDb250aW51ZSBSZWFkaW5nIn1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEJsb2dzIiwiZmVhdHVyZWRfdGl0bGVfdXJsIjp7InVybCI6IiMyIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ob21lLWJsb2cifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1402, 224, '_wp_page_template', 'elementor_header_footer'),
(1403, 224, '_elementor_edit_mode', 'builder'),
(1404, 224, '_elementor_template_type', 'wp-page'),
(1405, 224, '_elementor_version', '3.33.0'),
(1406, 224, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1407, 224, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1408, 225, '_wp_page_template', 'elementor_header_footer'),
(1409, 225, '_elementor_edit_mode', 'builder'),
(1410, 225, '_elementor_template_type', 'wp-page'),
(1411, 225, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1412, 225, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":6}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business.\",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"Top TeleHealth Innovations to Watch Out for in 2025\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1413, 225, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1414, 226, '_wp_page_template', 'elementor_header_footer'),
(1415, 226, '_elementor_edit_mode', 'builder'),
(1416, 226, '_elementor_template_type', 'wp-page'),
(1417, 226, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1418, 226, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1419, 226, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1422, 227, '_wp_page_template', 'elementor_header_footer'),
(1423, 227, '_elementor_edit_mode', 'builder'),
(1424, 227, '_elementor_template_type', 'wp-page'),
(1425, 227, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1426, 227, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1427, 227, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1428, 227, '_elementor_css', 'a:7:{s:4:\"time\";i:1762955926;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1429, 227, '_elementor_element_cache', '{\"timeout\":1763042326,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1430, 228, '_wp_page_template', 'elementor_header_footer'),
(1431, 228, '_elementor_edit_mode', 'builder'),
(1432, 228, '_elementor_template_type', 'wp-page'),
(1433, 228, '_elementor_version', '3.33.0'),
(1434, 228, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]'),
(1435, 228, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1436, 228, '_elementor_css', 'a:7:{s:4:\"time\";i:1762955926;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1437, 228, '_elementor_element_cache', '{\"timeout\":1763042326,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1438, 229, '_wp_page_template', 'elementor_header_footer'),
(1439, 229, '_elementor_edit_mode', 'builder'),
(1440, 229, '_elementor_template_type', 'wp-page'),
(1441, 229, '_elementor_version', '3.33.0'),
(1442, 229, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1443, 229, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1444, 229, '_elementor_css', 'a:7:{s:4:\"time\";i:1762955926;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1445, 229, '_elementor_element_cache', '{\"timeout\":1763042326,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjIsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoyLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1448, 230, '_wp_page_template', 'elementor_header_footer'),
(1449, 230, '_elementor_edit_mode', 'builder'),
(1450, 230, '_elementor_template_type', 'wp-page'),
(1451, 230, '_elementor_version', '3.33.0'),
(1452, 230, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1453, 230, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1454, 230, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956202;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1455, 230, '_elementor_element_cache', '{\"timeout\":1763042602,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgZnJvbSAxMCB0byAxMCwwMDArIGVtcGxveWVlcy4gV2Ugc2VydmUgc3RhcnR1cHMsIFNNQnMsIGFuZCBlbnRlcnByaXNlcyBhY3Jvc3MgYWxsIGluZHVzdHJpZXMgZ2xvYmFsbHkuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjMwYTM0NjAifSx7InRhYl9sYWJlbCI6IkltcGxlbWVudGF0aW9uICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiNDI2NzI3OCJ9LHsidGFiX2xhYmVsIjoiQ3VzdG9taXphdGlvbiAmIEZlYXR1cmVzIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI5MDY5OWM2In0seyJ0YWJfbGFiZWwiOiJTZWN1cml0eSAmIENvbXBsaWFuY2UiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6ImZlZmE2YzUifSx7InRhYl9sYWJlbCI6IlN1cHBvcnQgIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLlx0XHRcdFx0XHRcdFx0XHRcdFx0IiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQ4ZDliNjQifV0sImN0YV90ZXh0IjoiVmlldyBBbGwgRkFRXHUyMDE5cyIsImZhcXMiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtZmFxIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1456, 231, '_wp_page_template', 'elementor_header_footer'),
(1457, 231, '_elementor_edit_mode', 'builder'),
(1458, 231, '_elementor_template_type', 'wp-page'),
(1459, 231, '_elementor_version', '3.33.0'),
(1460, 231, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1461, 231, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1462, 231, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956202;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1463, 231, '_elementor_element_cache', '{\"timeout\":1763042602,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgZnJvbSAxMCB0byAxMCwwMDArIGVtcGxveWVlcy4gV2Ugc2VydmUgc3RhcnR1cHMsIFNNQnMsIGFuZCBlbnRlcnByaXNlcyBhY3Jvc3MgYWxsIGluZHVzdHJpZXMgZ2xvYmFsbHkuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjMwYTM0NjAifSx7InRhYl9sYWJlbCI6IkltcGxlbWVudGF0aW9uICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiNDI2NzI3OCJ9LHsidGFiX2xhYmVsIjoiQ3VzdG9taXphdGlvbiAmIEZlYXR1cmVzIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI5MDY5OWM2In0seyJ0YWJfbGFiZWwiOiJTZWN1cml0eSAmIENvbXBsaWFuY2UiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6ImZlZmE2YzUifSx7InRhYl9sYWJlbCI6IlN1cHBvcnQgIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLlx0XHRcdFx0XHRcdFx0XHRcdFx0IiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQ4ZDliNjQifV0sImN0YV90ZXh0IjoiVmlldyBBbGwgRkFRXHUyMDE5cyIsImZhcXMiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtZmFxIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1464, 232, '_wp_page_template', 'elementor_header_footer'),
(1465, 232, '_elementor_edit_mode', 'builder'),
(1466, 232, '_elementor_template_type', 'wp-page'),
(1467, 232, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1468, 232, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"Pricing & Plans - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"How much does SmartHR cost?\",\"answer\":\"A: Transparent pricing:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1.Starter:<\\/strong> $3-5\\/employee\\/month (10-100 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Professional:<\\/strong> $8-12\\/employee\\/month (50-500 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Enterprise:<\\/strong>  $15-25\\/employee\\/month (500+ employees, custom pricing)\\n<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n<p>Everything included. No hidden fees.<\\/p>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\" Is there a free trial?\",\"answer\":\"A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\\n\",\"expanded\":\"\",\"_id\":\"5550739\"},{\"question\":\"What\'s included vs. competitors that charge extra?\",\"answer\":\"A: A: Everything:\\n\\n<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>All modules (no per-feature charges)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Project management (competitors don\'t have this<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Accounting integration (deep, not basic)<\\/span><\\/li>\\n<li><span>Unlimited API access<\\/span><\\/li>\\n\\n<li><span>24\\/7 support<\\/span><\\/li> \\n\\n\\n<li><span>Implementation and training<\\/span><\\/li>\\n<\\/ul>\",\"expanded\":\"\",\"_id\":\"b2aeec3\"}],\"activeItemIndex\":3,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1469, 232, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1470, 232, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956202;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1471, 232, '_elementor_element_cache', '{\"timeout\":1763042602,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkJ1c2luZXNzZXMgZnJvbSAxMCB0byAxMCwwMDArIGVtcGxveWVlcy4gV2Ugc2VydmUgc3RhcnR1cHMsIFNNQnMsIGFuZCBlbnRlcnByaXNlcyBhY3Jvc3MgYWxsIGluZHVzdHJpZXMgZ2xvYmFsbHkuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjMwYTM0NjAifSx7InRhYl9sYWJlbCI6IkltcGxlbWVudGF0aW9uICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiNDI2NzI3OCJ9LHsidGFiX2xhYmVsIjoiQ3VzdG9taXphdGlvbiAmIEZlYXR1cmVzIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI5MDY5OWM2In0seyJ0YWJfbGFiZWwiOiJTZWN1cml0eSAmIENvbXBsaWFuY2UiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6ImZlZmE2YzUifSx7InRhYl9sYWJlbCI6IlN1cHBvcnQgIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLlx0XHRcdFx0XHRcdFx0XHRcdFx0IiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQ4ZDliNjQifV0sImN0YV90ZXh0IjoiVmlldyBBbGwgRkFRXHUyMDE5cyIsImZhcXMiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtZmFxIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1474, 233, '_wp_page_template', 'elementor_header_footer'),
(1475, 233, '_elementor_edit_mode', 'builder'),
(1476, 233, '_elementor_template_type', 'wp-page'),
(1477, 233, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1478, 233, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"Pricing & Plans - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"How much does SmartHR cost?\",\"answer\":\"A: Transparent pricing:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1.Starter:<\\/strong> $3-5\\/employee\\/month (10-100 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Professional:<\\/strong> $8-12\\/employee\\/month (50-500 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Enterprise:<\\/strong>  $15-25\\/employee\\/month (500+ employees, custom pricing)\\n<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n<p>Everything included. No hidden fees.<\\/p>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\" Is there a free trial?\",\"answer\":\"A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\\n\",\"expanded\":\"\",\"_id\":\"5550739\"},{\"question\":\"What\'s included vs. competitors that charge extra?\",\"answer\":\"A: A: Everything:\\n\\n<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>All modules (no per-feature charges)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Project management (competitors don\'t have this<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Accounting integration (deep, not basic)<\\/span><\\/li>\\n<li><span>Unlimited API access<\\/span><\\/li>\\n\\n<li><span>24\\/7 support<\\/span><\\/li> \\n\\n\\n<li><span>Implementation and training<\\/span><\\/li>\\n<\\/ul>\",\"expanded\":\"\",\"_id\":\"b2aeec3\"}],\"activeItemIndex\":3,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1479, 233, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1480, 233, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956605;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1481, 233, '_elementor_element_cache', '{\"timeout\":1763043005,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQTogQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiUHJpY2luZyAmIFBsYW5zIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJIb3cgbXVjaCBkb2VzIFNtYXJ0SFIgY29zdD8iLCJhbnN3ZXIiOiJBOiBUcmFuc3BhcmVudCBwcmljaW5nOlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS5TdGFydGVyOjxcL3N0cm9uZz4gJDMtNVwvZW1wbG95ZWVcL21vbnRoICgxMC0xMDAgZW1wbG95ZWVzKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gUHJvZmVzc2lvbmFsOjxcL3N0cm9uZz4gJDgtMTJcL2VtcGxveWVlXC9tb250aCAoNTAtNTAwIGVtcGxveWVlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIEVudGVycHJpc2U6PFwvc3Ryb25nPiAgJDE1LTI1XC9lbXBsb3llZVwvbW9udGggKDUwMCsgZW1wbG95ZWVzLCBjdXN0b20gcHJpY2luZylcbjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPlxuPHA+RXZlcnl0aGluZyBpbmNsdWRlZC4gTm8gaGlkZGVuIGZlZXMuPFwvcD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiIElzIHRoZXJlIGEgZnJlZSB0cmlhbD8iLCJhbnN3ZXIiOiJBOiBXZSBvZmZlciBwZXJzb25hbGl6ZWQgZGVtb3Mgd2l0aCB5b3VyIGRhdGEgaW4gYSBzYW5kYm94IGVudmlyb25tZW50IChiZXR0ZXIgdGhhbiBnZW5lcmljIHRyaWFscykuIFNlZSBleGFjdGx5IGhvdyBTbWFydEhSIHdvcmtzIGZvciB5b3VyIGJ1c2luZXNzLlxuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In0seyJxdWVzdGlvbiI6IldoYXQncyBpbmNsdWRlZCB2cy4gY29tcGV0aXRvcnMgdGhhdCBjaGFyZ2UgZXh0cmE/IiwiYW5zd2VyIjoiQTogQTogRXZlcnl0aGluZzpcblxuPHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5BbGwgbW9kdWxlcyAobm8gcGVyLWZlYXR1cmUgY2hhcmdlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5Qcm9qZWN0IG1hbmFnZW1lbnQgKGNvbXBldGl0b3JzIGRvbid0IGhhdmUgdGhpczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPkFjY291bnRpbmcgaW50ZWdyYXRpb24gKGRlZXAsIG5vdCBiYXNpYyk8XC9zcGFuPjxcL2xpPlxuPGxpPjxzcGFuPlVubGltaXRlZCBBUEkgYWNjZXNzPFwvc3Bhbj48XC9saT5cblxuPGxpPjxzcGFuPjI0XC83IHN1cHBvcnQ8XC9zcGFuPjxcL2xpPiBcblxuXG48bGk+PHNwYW4+SW1wbGVtZW50YXRpb24gYW5kIHRyYWluaW5nPFwvc3Bhbj48XC9saT5cbjxcL3VsPiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiYjJhZWVjMyJ9XSwiYWN0aXZlSXRlbUluZGV4IjozLCJfaWQiOiIzMGEzNDYwIn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1482, 234, '_wp_page_template', 'elementor_header_footer'),
(1483, 234, '_elementor_edit_mode', 'builder'),
(1484, 234, '_elementor_template_type', 'wp-page'),
(1485, 234, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1486, 234, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"Pricing & Plans - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"How much does SmartHR cost?\",\"answer\":\"A: Transparent pricing:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1.Starter:<\\/strong> $3-5\\/employee\\/month (10-100 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Professional:<\\/strong> $8-12\\/employee\\/month (50-500 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Enterprise:<\\/strong>  $15-25\\/employee\\/month (500+ employees, custom pricing)\\n<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n<p>Everything included. No hidden fees.<\\/p>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\" Is there a free trial?\",\"answer\":\"A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\\n\",\"expanded\":\"\",\"_id\":\"5550739\"},{\"question\":\"What\'s included vs. competitors that charge extra?\",\"answer\":\"A: A: Everything:\\n\\n<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>All modules (no per-feature charges)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Project management (competitors don\'t have this<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Accounting integration (deep, not basic)<\\/span><\\/li>\\n<li><span>Unlimited API access<\\/span><\\/li>\\n\\n<li><span>24\\/7 support<\\/span><\\/li> \\n\\n\\n<li><span>Implementation and training<\\/span><\\/li>\\n<\\/ul>\",\"expanded\":\"\",\"_id\":\"b2aeec3\"}],\"activeItemIndex\":3,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1487, 234, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1488, 234, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956605;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1489, 234, '_elementor_element_cache', '{\"timeout\":1763043005,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQTogQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiUHJpY2luZyAmIFBsYW5zIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJIb3cgbXVjaCBkb2VzIFNtYXJ0SFIgY29zdD8iLCJhbnN3ZXIiOiJBOiBUcmFuc3BhcmVudCBwcmljaW5nOlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS5TdGFydGVyOjxcL3N0cm9uZz4gJDMtNVwvZW1wbG95ZWVcL21vbnRoICgxMC0xMDAgZW1wbG95ZWVzKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gUHJvZmVzc2lvbmFsOjxcL3N0cm9uZz4gJDgtMTJcL2VtcGxveWVlXC9tb250aCAoNTAtNTAwIGVtcGxveWVlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIEVudGVycHJpc2U6PFwvc3Ryb25nPiAgJDE1LTI1XC9lbXBsb3llZVwvbW9udGggKDUwMCsgZW1wbG95ZWVzLCBjdXN0b20gcHJpY2luZylcbjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPlxuPHA+RXZlcnl0aGluZyBpbmNsdWRlZC4gTm8gaGlkZGVuIGZlZXMuPFwvcD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiIElzIHRoZXJlIGEgZnJlZSB0cmlhbD8iLCJhbnN3ZXIiOiJBOiBXZSBvZmZlciBwZXJzb25hbGl6ZWQgZGVtb3Mgd2l0aCB5b3VyIGRhdGEgaW4gYSBzYW5kYm94IGVudmlyb25tZW50IChiZXR0ZXIgdGhhbiBnZW5lcmljIHRyaWFscykuIFNlZSBleGFjdGx5IGhvdyBTbWFydEhSIHdvcmtzIGZvciB5b3VyIGJ1c2luZXNzLlxuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In0seyJxdWVzdGlvbiI6IldoYXQncyBpbmNsdWRlZCB2cy4gY29tcGV0aXRvcnMgdGhhdCBjaGFyZ2UgZXh0cmE/IiwiYW5zd2VyIjoiQTogQTogRXZlcnl0aGluZzpcblxuPHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5BbGwgbW9kdWxlcyAobm8gcGVyLWZlYXR1cmUgY2hhcmdlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5Qcm9qZWN0IG1hbmFnZW1lbnQgKGNvbXBldGl0b3JzIGRvbid0IGhhdmUgdGhpczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPkFjY291bnRpbmcgaW50ZWdyYXRpb24gKGRlZXAsIG5vdCBiYXNpYyk8XC9zcGFuPjxcL2xpPlxuPGxpPjxzcGFuPlVubGltaXRlZCBBUEkgYWNjZXNzPFwvc3Bhbj48XC9saT5cblxuPGxpPjxzcGFuPjI0XC83IHN1cHBvcnQ8XC9zcGFuPjxcL2xpPiBcblxuXG48bGk+PHNwYW4+SW1wbGVtZW50YXRpb24gYW5kIHRyYWluaW5nPFwvc3Bhbj48XC9saT5cbjxcL3VsPiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiYjJhZWVjMyJ9XSwiYWN0aXZlSXRlbUluZGV4IjozLCJfaWQiOiIzMGEzNDYwIn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1490, 235, '_wp_page_template', 'elementor_header_footer'),
(1491, 235, '_elementor_edit_mode', 'builder'),
(1492, 235, '_elementor_template_type', 'wp-page'),
(1493, 235, '_elementor_version', '3.33.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1494, 235, '_elementor_data', '[{\"id\":\"9897fc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f82bfd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"641735d\",\"elType\":\"widget\",\"settings\":{\"title_prefix\":\"Global\",\"title_mid\":\"Cloud HR\",\"title_suffix\":\"Management\",\"description\":\"SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.\",\"btn1_text\":\"Get Your Free Demo\",\"btn2_text\":\"Watch Demo\",\"hero_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/hero-img-1.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-01-1.png\",\"id\":31,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_color\":\"\",\"description_color\":\"\",\"subheading_text\":\"Fully Customizable for Your Business\",\"rating_text\":\"Average Rating (1,200+ reviews)\",\"client_logos\":[{\"_id\":\"5616e9b\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-01-1.png\",\"id\":42,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"99e12a5\",\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-02-1.png\",\"id\":43,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-03-1.png\",\"id\":44,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"8f36ea6\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-04-1.png\",\"id\":45,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"e75d1b1\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-05-1.png\",\"id\":46,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"5c5dc2b\"},{\"logo\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-06-1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"3522233\"}],\"hero_highlights\":[{\"text\":\"Trusted by 2,500+ companies World Wide\",\"_id\":\"0690b6b\"},{\"text\":\"Managing 150,000+ employees across 45+ countries\",\"_id\":\"6c3b5e6\"}],\"star_rating\":\"3\",\"title_last\":\"Software \"},\"elements\":[],\"widgetType\":\"dreamslanding_elementor_hero_banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0a67e7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"b21a711\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dcf1455\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Our Trust Signals Bar\",\"left_items\":[{\"icon_class\":\"ti ti-pointer-code\",\"title\":\"Customize Everything\",\"desc\":\"Workflows, modules, and features built for you\",\"bg_class\":\"hero-grid-bg-1\",\"_id\":\"bdbbecb\"},{\"icon_class\":\"ti ti-clock-share\",\"title\":\"Live in Days\",\"desc\":\"1-3 weeks average, not 6 months\",\"bg_class\":\"hero-grid-bg-2\",\"_id\":\"981b59f\"}],\"center_title\":\"Global Trusted<br\\/>Product\",\"center_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/shape-07.png\",\"id\":73,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_items\":[{\"icon_class\":\"ti ti-world-upload\",\"title\":\"Global Compliance\",\"desc\":\"50+ countries, auto-updated regulations\",\"bg_class\":\"hero-grid-bg-3\",\"_id\":\"faacafb\"},{\"icon_class\":\"ti ti-layers-intersect-2\",\"title\":\"Real Integration\",\"desc\":\"HRMS + Accounting + Projects + More\",\"bg_class\":\"hero-grid-bg-4\",\"_id\":\"79f1503\"}]},\"elements\":[],\"widgetType\":\"dl-trust-signals\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d10c9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"8f338f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7ac4c6\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Why SmartHR Beats Enterprise Giants and Regional Players\",\"section_subtitle\":\"A Modular Platform Covering Every Aspect of Healthcare Delivery\",\"tabs\":[{\"label\":\"Built for You, Not the Other Way Around\",\"_id\":\"afe5aba\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for \\\"custom development.\\\"\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"Examples We\'ve Built:\",\"examples\":[{\"item\":\"Construction certified payroll + union reporting\",\"_id\":\"4665401\"},{\"item\":\"Healthcare credential tracking + on-call scheduling\",\"_id\":\"f698d03\"},{\"item\":\"Hospitality tip tracking + seasonal workforce management\",\"_id\":\"e444c6a\"},{\"item\":\"Professional services client billing + utilization reports\",\"_id\":\"5a2fb69\"}],\"cta_text\":\"Tell Us What You Need\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"},{\"label\":\"Five Platforms That Actually Talk to Each Other\",\"_id\":\"e76578b\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"The Problem with Others:\",\"problem_desc\":\"They solve HR but ignore how your business actually operates. You\'re stuck with disconnected systems for projects, accounting, and recruitment.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"HRMS + Accounting + Recruitment + Project Management + POS\\u2014all sharing data seamlessly.\",\"examples_title\":\"What This Means:\",\"examples\":[{\"item\":\"Labor costs automatically flow to project profitability\",\"_id\":\"f896ee8\"},{\"item\":\"Sales data connects to commission calculations\",\"_id\":\"0f6f922\"},{\"item\":\"calculations Time tracking syncs to client invoicing\",\"_id\":\"31c1d58\"},{\"item\":\"Employee availability reflects in project planning\",\"_id\":\"5cba06c\"}],\"cta_text\":\"Explore All Platforms\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"Start with one platform. Add more as you grow. Each works independently but becomes powerful together.\"},{\"label\":\"White-Label Ready for Partners\",\"_id\":\"d51cd17\",\"button_icon_class\":\"ti ti-arrow-up-right\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/sec-i-01.jpg\",\"id\":77,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"problem_title\":\"Perfect if you\'re:\",\"problem_desc\":\"A payroll provider, accounting firm, business consultant, or regional distributor.\\n\",\"diff_title\":\"The SmartHR Difference:\",\"diff_desc\":\"Configure workflows yourself (no-code). Need something special? We build it for you\\u2014included in Enterprise plans. Custom features live in 2-4 weeks.\",\"examples_title\":\"What You Get:\",\"examples\":[{\"item\":\"Complete rebrand with your name, logo, colors\",\"_id\":\"3aec776\"},{\"item\":\"Your pricing structure (you control margins)\",\"_id\":\"2bcf778\"},{\"item\":\"Partner portal for managing clients\",\"_id\":\"ce8379b\"},{\"item\":\"Technical support invisible to your clients\",\"_id\":\"aad9ac9\"},{\"item\":\"Custom features for your niche market\",\"_id\":\"4783144\"}],\"cta_text\":\"Learn About Partnerships\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"cta_last_text\":\"\"}],\"examples\":[]},\"elements\":[],\"widgetType\":\"dl-enterprise\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"045a198\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c0d5c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab6bb79\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Awards Ribbon\",\"left_title\":\"Trusted by Global Businesses for Performance, Reliability, and Innovation\",\"left_btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"awards\":[{\"year_title\":\"2025\",\"desc\":\"Best Value HR Software\",\"_id\":\"565241c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-1.png\",\"id\":93,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"50 HR\",\"desc\":\"Top Tech Companies\",\"_id\":\"7c3d210\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-2.png\",\"id\":94,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"year_title\":\"4.8\\/5\",\"desc\":\"Rating On G2 & Capterra\",\"_id\":\"d08755f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/aw-ico-3.png\",\"id\":95,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"dl-awards-ribbon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd500ba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f0bf5ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b4232b9\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"From Startup to Enterprise, We\\u2019ve Got You Covered\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":2,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e8468cc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c5ecbad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abfa8e3\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Great Alone. Greater Together\",\"section_desc\":\"Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently\\u2014but together, they create something extraordinary.\",\"slides\":[{\"category\":\"HRM SYSTEM\",\"title\":\"Manage People. Drive Performance.\",\"_id\":\"689cffb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.\",\"cta_text\":\"Explore HRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"ACCOUNTING SYSTEM\",\"title\":\"Know Where Every Dollar Goes.\",\"_id\":\"03ffed8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg1.png\",\"id\":128,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your P&L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team\'s time actually go?\\n\",\"cta_text\":\"Explore Accounting Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"CRM SYSTEM\",\"title\":\"Turn Leads into Loyal Customers.\",\"_id\":\"98c189e\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg3.png\",\"id\":130,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Stop losing deals in spreadsheets. Manage your entire sales pipeline\\u2014from first contact to signed contract\\u2014with complete visibility and automation.\\n\",\"cta_text\":\"Explore CRM Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"category\":\"PROJECT SYSTEM\",\"title\":\"Turn Time into Money.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg4.jpg\",\"id\":139,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Every hour your team works should contribute to business goals. Without tracking, hours disappear into \\\"busy work\\\" that doesn\'t move the needle.\\n\",\"cta_text\":\"Explore Project Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"28bb66f\"},{\"category\":\"USER MANAGEMENT\",\"title\":\"Control Access. Ensure Security. Track Activity.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg5.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\\n\",\"cta_text\":\"Explore User Management\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"61eee23\"},{\"category\":\"POS SYSTEM\",\"title\":\"Connect Front-Office to Back-Office.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6.png\",\"id\":143,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"description\":\"Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\\n\",\"cta_text\":\"Explore POS Features\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"190d23d\"}]},\"elements\":[],\"widgetType\":\"dl-platform-cards\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61b1464\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"1fe2d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9f59ac\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Solutions for All Your Workforce Needs. Modular, So It Scales As You Do\",\"header_icon_challenge\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-2.png\",\"id\":147,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_challenge\":\"Challenge\",\"header_icon_solution\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-3.png\",\"id\":148,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_solution\":\"Solution\",\"header_icon_outcome\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-4.png\",\"id\":149,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"header_text_outcome\":\"Outcome\",\"rows\":[{\"industry\":\"Technology & SaaS\",\"challenge\":\"Rapid scaling, global remote teams, equity management\",\"solution\":\"Fast onboarding, multi-country payroll, custom equity tracking\",\"outcome\":\"Scale 3x without growing HR team\",\"_id\":\"3a03e5d\"},{\"industry\":\"Manufacturing\",\"challenge\":\"Shift-based workforce, safety compliance, union requirements\",\"solution\":\"Biometric attendance, safety tracking, certified payroll\",\"outcome\":\"95% fewer attendance disputes, audit-ready compliance\",\"_id\":\"03cd572\"},{\"industry\":\"Retail & E-commerce\",\"challenge\":\"High turnover, multi-location, seasonal peaks\",\"solution\":\"Fast hiring, engagement surveys, POS integration\",\"outcome\":\"18% attrition reduction, optimized staffing\",\"_id\":\"23092e3\"},{\"industry\":\"Healthcare\",\"challenge\":\"Credential tracking, shift differentials, on-call management\",\"solution\":\"Custom credential module, complex payroll, scheduling\",\"outcome\":\"100% credential compliance, accurate shift pay\",\"_id\":\"6f22329\"},{\"industry\":\"Financial Services\",\"challenge\":\"Regulatory compliance, performance tracking, audit requirements\",\"solution\":\"Compliance automation, structured reviews, audit reports\",\"outcome\":\"0 regulatory findings, transparent performance\",\"_id\":\"57e60e3\"},{\"industry\":\"Professional Services\",\"challenge\":\"Billable vs. non-billable, client profitability, utilization\",\"solution\":\"Integrated time tracking, project costing, billing\",\"outcome\":\"25% revenue recovery from better time capture\",\"row_style\":\"tdradius-bottom\",\"_id\":\"fa23b98\"}],\"add_top_spacer\":\"\",\"add_bottom_spacer\":\"\",\"cta_text\":\"See All Industries\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-industry-specific-value\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"318f05b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"c9f229b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e1acfc\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Professional Time Tracking Built Right In\",\"section_desc\":\"Clockfie\'s powerful time tracking capabilities are fully integrated into SmartHR\\u2014no separate login, no data sync issues, no extra subscription.\",\"left_number\":\"03\",\"left_title\":\"Comprehensive Reports\",\"left_items\":[{\"text\":\"<strong>Timesheet Reports:<\\/strong> Detailed time logs by employee, project, or client\",\"_id\":\"7b91552\"},{\"text\":\"<strong>Time Use Analysis:<\\/strong> Where your team\'s hours actually go\",\"_id\":\"1119786\"},{\"text\":\"<strong>Project Time Reports:<\\/strong> Budget vs actual time by project\",\"_id\":\"002456d\"},{\"text\":\"<strong>Attendance Reports:<\\/strong> Punctuality, overtime, and absence patterns\",\"_id\":\"719c5ac\"},{\"text\":\"<strong>Poor Time Use Alerts:<\\/strong> Identify unproductive time blocks\",\"_id\":\"27c638a\"},{\"text\":\"<strong>Web & App Usage Tracking:<\\/strong> Understand digital work patterns (optional, permission-based)\",\"_id\":\"18c66c9\"},{\"text\":\"<strong>User Task Reports:<\\/strong> Individual productivity and task completion\",\"_id\":\"015dc27\"}],\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"right_title\":\"What You Get\",\"right_items\":[{\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"_id\":\"a7693d7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/laptop.png\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"number\":\"02\",\"card_title\":\"Edit Time & Approvals\",\"card_desc\":\"Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.\",\"_id\":\"7f8911b\"},{\"layout\":\"image\",\"_id\":\"d0d7681\",\"number\":\"01\",\"card_title\":\"Dashboard Overview\",\"card_desc\":\"Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c4.jpg\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"layout\":\"full-trans\",\"number\":\"04\",\"card_title\":\"User Settings:\",\"card_desc\":\"Customize time tracking preferences, set billing rates, configure approval chains, and define what\'s tracked.\",\"_id\":\"acf3180\"}],\"business_items\":[{\"icon_class\":\"ti ti-clock-check\",\"text\":\"Increase billable hour capture by 25-30%\",\"_id\":\"6994782\"},{\"icon_class\":\"ti ti-clipboard-off\",\"text\":\"Eliminate timesheet disputes with detailed logs\",\"_id\":\"a3e4acc\"},{\"icon_class\":\"ti ti-currency-dollar\",\"text\":\"Understand true project costs for better pricing\",\"_id\":\"03d4c19\"},{\"icon_class\":\"ti ti-brand-speedtest\",\"text\":\"Identify productivity bottlenecks and optimize workflows\",\"_id\":\"d878eaf\"}],\"cta_text\":\"Learn More About Time Tracking\",\"cta_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-advanced-feature\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbc4ba3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"80909ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"595072a\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Enterprise SAAS Management\",\"section_desc\":\"Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard\",\"accordion_title\":\"Multi-Tenant Features:\",\"accordion_items\":[{\"header\":\"Company Management\",\"content\":\"Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.\",\"expanded\":\"yes\",\"_id\":\"90b6337\"},{\"header\":\"Email Subscribers\",\"content\":\"Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.\",\"_id\":\"e1f2925\"},{\"header\":\"Email Template Library\",\"content\":\"Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.\",\"_id\":\"4c12e07\"},{\"header\":\"Landing Page Builder\",\"content\":\"Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms\\u2014all branded to their identity.\",\"_id\":\"b20ec43\"},{\"header\":\"Central Settings\",\"content\":\"Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.\",\"_id\":\"39e9915\"}],\"card_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-01.png\",\"id\":168,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"card_title\":\"Perfect for\",\"card_bullets\":[{\"text\":\"HR service providers managing multiple clients\",\"_id\":\"6c8cc32\"},{\"text\":\"Accounting firms offering HR to customers\",\"_id\":\"8b81d8a\"},{\"text\":\"Business consultants building SaaS revenue\",\"_id\":\"425b314\"},{\"text\":\"Regional distributors with local customer base\",\"_id\":\"392685e\"},{\"text\":\"Franchise operations with central HR\",\"_id\":\"1d118ec\"},{\"text\":\"Pricing: Custom licensing model based on number of client companies managed\",\"_id\":\"f8d36bb\"}],\"cta1_text\":\"Explore White-Label Options\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Schedule Partner Demo\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-saas-management\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b71a15a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"544c782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f5a4107\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"There\'s More Value Ahead\",\"tabs\":[{\"label\":\"Accounting & Finance\",\"_id\":\"c088730\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"050d586\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"d9ca723\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4f55132\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"a03db46\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"80269ad\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"182f9e7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Communication\",\"_id\":\"d1307a9\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"1616cbb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9cd49cb\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"6a6e97c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"7018650\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"8aedd92\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"acc354a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Time & Attendance\",\"_id\":\"99ec6b7\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"7888509\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"3bf990d\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"73dd906\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"89ab258\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"c4a6dc7\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"dea2c32\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Productivity\",\"_id\":\"80b6593\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"c2de273\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"1503c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"a87b26f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"d8e398c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"5c82ac5\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"85ff440\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1},{\"label\":\"Payments & Banking\",\"_id\":\"3d6c45c\",\"left_title\":\"There\'s More Value Ahead\",\"left_desc\":\"Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.\",\"left_link_text\":\"See All Integrations\",\"left_link_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[{\"name\":\"Slack\",\"_id\":\"423b85f\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-07.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Microsoft Teams\",\"_id\":\"9977b7c\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-08.png\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Zoom\",\"_id\":\"4e27d72\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-09.png\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Google Meet\",\"_id\":\"c4f0262\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-10.png\",\"id\":182,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Telegram\",\"_id\":\"d9c1c0a\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-11.png\",\"id\":183,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"name\":\"Discord\",\"_id\":\"383ec24\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/client-12.png\",\"id\":184,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"activeItemIndex\":1}],\"bottom_headline\":\"And 5,000+ More via Zapier\",\"cta1_text\":\"View All Integrations\",\"cta1_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"cta2_text\":\"Request Custom Integration\",\"cta2_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"integrations\":[]},\"elements\":[],\"widgetType\":\"dl-value-ahead\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"737caa3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0ff4b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7faebc0\",\"elType\":\"widget\",\"settings\":{\"left_icon\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/ico-1.png\",\"id\":191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"left_title\":\"Own Your Data. Ditch the Stress\",\"left_desc\":\"Switching HR systems shouldn\'t be painful. Our proven migration process gets you live in 1-3 weeks\\u2014without disrupting operations.\",\"groups\":[{\"items\":[{\"icon_class\":\"ti ti-database-off\",\"title\":\"Zero data loss\",\"content\":\"Complete historical records preserved\",\"_id\":\"177ca6e\"},{\"icon_class\":\"ti ti-thumb-up\",\"title\":\"Parallel run option\",\"content\":\"Run both systems during transition\",\"_id\":\"5e91f57\"},{\"icon_class\":\"ti ti-checkup-list\",\"title\":\"Dedicated migration specialist\",\"content\":\"Your guide through every step\",\"_id\":\"a986e7c\"}],\"_id\":\"f61dac6\",\"activeItemIndex\":1},{\"items\":[{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"a6b7785\"},{\"icon_class\":\"ti ti-help-circle\",\"title\":\"Post-launch support\",\"content\":\"30 days of hands-on help after go-live\",\"_id\":\"369e5d6\"},{\"icon_class\":\"ti ti-shield-lock\",\"title\":\"Rollback plan\",\"content\":\"Safety net if anything goes wrong\",\"_id\":\"bcf0525\"}],\"_id\":\"21b1eda\",\"activeItemIndex\":1,\"start_row\":\"2\"}],\"items\":[]},\"elements\":[],\"widgetType\":\"dl-own-your-data\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a0a4f0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"f62b68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"659a00e\",\"elType\":\"widget\",\"settings\":{\"heading\":\"SmartHR Updates: Insights That Matter. <br\\/>Resources That Help\",\"subheading\":\"Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.\",\"featured_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg6-1.png\",\"id\":208,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"featured_tag\":\"Telemedicine\",\"featured_title\":\"2025 Global HR Compliance Changes: What You Need to Know\",\"featured_excerpt\":\"New regulations across EU, APAC, and LATAM that affect your business. \",\"featured_read_text\":\"Continue Reading\",\"right_posts\":[{\"title\":\"How AI is Transforming Recruitment: Real Results from 100 Companies\",\"excerpt\":\"Data-driven insights on AI-powered hiring and what actually works.\",\"_id\":\"af4a8a2\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg7.png\",\"id\":209,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"},{\"title\":\"The True Cost of HR Admin: Time Tracking Study Results\",\"excerpt\":\"We tracked 500 HR professionals for 6 months. The results will surprise you\",\"_id\":\"22547fd\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/blogimg8.png\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"tag\":\"Telemedicine\",\"read_text\":\"Continue Reading\"}],\"cta_text\":\"View All Blogs\",\"featured_title_url\":{\"url\":\"#2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"dl-home-blog\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fa05d9c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"89a1b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec8a1a7\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"Frequently Asked Questions\",\"tabs\":[{\"tab_label\":\"General\",\"right_heading\":\"General - Category Questions\",\"_id\":\"d848523\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":2},{\"tab_label\":\"Pricing & Plans\",\"right_heading\":\"Pricing & Plans - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"How much does SmartHR cost?\",\"answer\":\"A: Transparent pricing:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1.Starter:<\\/strong> $3-5\\/employee\\/month (10-100 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Professional:<\\/strong> $8-12\\/employee\\/month (50-500 employees)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Enterprise:<\\/strong>  $15-25\\/employee\\/month (500+ employees, custom pricing)\\n<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n<p class=\\\"mt-2\\\">Everything included. No hidden fees.<\\/p>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\" Is there a free trial?\",\"answer\":\"A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\\n\",\"expanded\":\"\",\"_id\":\"5550739\"},{\"question\":\"What\'s included vs. competitors that charge extra?\",\"answer\":\"A: A: Everything:\\n\\n<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>All modules (no per-feature charges)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Project management (competitors don\'t have this<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span>Accounting integration (deep, not basic)<\\/span><\\/li>\\n<li><span>Unlimited API access<\\/span><\\/li>\\n\\n<li><span>24\\/7 support<\\/span><\\/li> \\n\\n\\n<li><span>Implementation and training<\\/span><\\/li>\\n<\\/ul>\",\"expanded\":\"\",\"_id\":\"b2aeec3\"}],\"activeItemIndex\":1,\"_id\":\"30a3460\"},{\"tab_label\":\"Implementation \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"4267278\"},{\"tab_label\":\"Customization & Features\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"90699c6\"},{\"tab_label\":\"Security & Compliance\",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"fefa6c5\"},{\"tab_label\":\"Support \",\"right_heading\":\"General - Category Questions\",\"left_image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/section-05.jpg\",\"id\":201,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"faqs\":[{\"question\":\"What makes SmartHR different from competitors?\",\"answer\":\"\\tA: Three things set us apart:\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>1. Customization:<\\/strong> We build features you need\\u2014included in Enterprise plans<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>2. Integration:<\\/strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li><span><strong>3. Pricing:<\\/strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)<\\/span><\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\",\"expanded\":\"yes\",\"_id\":\"417a2ae\"},{\"question\":\"Who is SmartHR for?\",\"answer\":\"Access care anytime, monitor vitals in real time, and manage your entire family\\u2019s health from one secure platform.\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\",\"expanded\":\"\",\"_id\":\"5550739\"}],\"activeItemIndex\":1,\"_id\":\"48d9b64\"}],\"cta_text\":\"View All FAQ\\u2019s\",\"faqs\":[]},\"elements\":[],\"widgetType\":\"dl-faq\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1495, 235, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:2:{i:0;s:32:\"dreamslandingelementor-elementor\";i:1;s:18:\"elementor-frontend\";}}'),
(1496, 235, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956605;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1497, 235, '_elementor_element_cache', '{\"timeout\":1763043005,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9897fc4\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\" data-id=\"f82bfd1\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f0a67e7\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\" data-id=\"b21a711\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a4d10c9\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\" data-id=\"8f338f5\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"045a198\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\" data-id=\"c0d5c41\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fd500ba\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\" data-id=\"f0bf5ec\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e8468cc\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\" data-id=\"c5ecbad\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"61b1464\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\" data-id=\"1fe2d40\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"318f05b\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\" data-id=\"c9f229b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fbc4ba3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\" data-id=\"80909ed\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b71a15a\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\" data-id=\"544c782\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"737caa3\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\" data-id=\"0ff4b5b\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6a0a4f0\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\" data-id=\"f62b68e\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntttt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fa05d9c\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\" data-id=\"89a1b62\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQTogQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiUHJpY2luZyAmIFBsYW5zIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJIb3cgbXVjaCBkb2VzIFNtYXJ0SFIgY29zdD8iLCJhbnN3ZXIiOiJBOiBUcmFuc3BhcmVudCBwcmljaW5nOlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS5TdGFydGVyOjxcL3N0cm9uZz4gJDMtNVwvZW1wbG95ZWVcL21vbnRoICgxMC0xMDAgZW1wbG95ZWVzKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gUHJvZmVzc2lvbmFsOjxcL3N0cm9uZz4gJDgtMTJcL2VtcGxveWVlXC9tb250aCAoNTAtNTAwIGVtcGxveWVlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIEVudGVycHJpc2U6PFwvc3Ryb25nPiAgJDE1LTI1XC9lbXBsb3llZVwvbW9udGggKDUwMCsgZW1wbG95ZWVzLCBjdXN0b20gcHJpY2luZylcbjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPlxuPHA+RXZlcnl0aGluZyBpbmNsdWRlZC4gTm8gaGlkZGVuIGZlZXMuPFwvcD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiIElzIHRoZXJlIGEgZnJlZSB0cmlhbD8iLCJhbnN3ZXIiOiJBOiBXZSBvZmZlciBwZXJzb25hbGl6ZWQgZGVtb3Mgd2l0aCB5b3VyIGRhdGEgaW4gYSBzYW5kYm94IGVudmlyb25tZW50IChiZXR0ZXIgdGhhbiBnZW5lcmljIHRyaWFscykuIFNlZSBleGFjdGx5IGhvdyBTbWFydEhSIHdvcmtzIGZvciB5b3VyIGJ1c2luZXNzLlxuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In0seyJxdWVzdGlvbiI6IldoYXQncyBpbmNsdWRlZCB2cy4gY29tcGV0aXRvcnMgdGhhdCBjaGFyZ2UgZXh0cmE/IiwiYW5zd2VyIjoiQTogQTogRXZlcnl0aGluZzpcblxuPHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5BbGwgbW9kdWxlcyAobm8gcGVyLWZlYXR1cmUgY2hhcmdlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5Qcm9qZWN0IG1hbmFnZW1lbnQgKGNvbXBldGl0b3JzIGRvbid0IGhhdmUgdGhpczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPkFjY291bnRpbmcgaW50ZWdyYXRpb24gKGRlZXAsIG5vdCBiYXNpYyk8XC9zcGFuPjxcL2xpPlxuPGxpPjxzcGFuPlVubGltaXRlZCBBUEkgYWNjZXNzPFwvc3Bhbj48XC9saT5cblxuPGxpPjxzcGFuPjI0XC83IHN1cHBvcnQ8XC9zcGFuPjxcL2xpPiBcblxuXG48bGk+PHNwYW4+SW1wbGVtZW50YXRpb24gYW5kIHRyYWluaW5nPFwvc3Bhbj48XC9saT5cbjxcL3VsPiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiYjJhZWVjMyJ9XSwiYWN0aXZlSXRlbUluZGV4IjozLCJfaWQiOiIzMGEzNDYwIn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1498, 10, '_elementor_css', 'a:7:{s:4:\"time\";i:1762956645;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1499, 10, '_elementor_element_cache', '{\"timeout\":1763043045,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-9897fc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"9897fc4\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f82bfd1\\\" data-id=\\\"f82bfd1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6IjY0MTczNWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZV9wcmVmaXgiOiJHbG9iYWwiLCJ0aXRsZV9taWQiOiJDbG91ZCBIUiIsInRpdGxlX3N1ZmZpeCI6Ik1hbmFnZW1lbnQiLCJkZXNjcmlwdGlvbiI6IlNtYXJ0SFIgaXNuJ3QganVzdCBhbm90aGVyIEhSTVMsIGl0J3MgYSBjb21wbGV0ZWx5IGNvbmZpZ3VyYWJsZSBwbGF0Zm9ybSB0aGF0IGFkYXB0cyB0byB5b3VyIHVuaXF1ZSB3b3JrZmxvd3MsIGludGVncmF0ZXMgd2l0aCB5b3VyIGV4aXN0aW5nIHN5c3RlbXMsIGFuZCBncm93cyB3aXRoIHlvdXIgYnVzaW5lc3MuIEdldCBlbnRlcnByaXNlIGNhcGFiaWxpdGllcyBhdCBzdGFydHVwIHByaWNlcywgd2l0aCB0aGUgZmxleGliaWxpdHkgdG8gY3VzdG9taXplIGFueXRoaW5nIHlvdSBuZWVkLiIsImJ0bjFfdGV4dCI6IkdldCBZb3VyIEZyZWUgRGVtbyIsImJ0bjJfdGV4dCI6IldhdGNoIERlbW8iLCJoZXJvX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaGVyby1pbWctMS5wbmciLCJpZCI6MzAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInNoYXBlX2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2hhcGUtMDEtMS5wbmciLCJpZCI6MzEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInRpdGxlX2NvbG9yIjoiIiwiZGVzY3JpcHRpb25fY29sb3IiOiIiLCJzdWJoZWFkaW5nX3RleHQiOiJGdWxseSBDdXN0b21pemFibGUgZm9yIFlvdXIgQnVzaW5lc3MiLCJyYXRpbmdfdGV4dCI6IkF2ZXJhZ2UgUmF0aW5nICgxLDIwMCsgcmV2aWV3cykiLCJjbGllbnRfbG9nb3MiOlt7Il9pZCI6IjU2MTZlOWIiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAxLTEucG5nIiwiaWQiOjQyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Il9pZCI6Ijk5ZTEyYTUiLCJsb2dvIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTAyLTEucG5nIiwiaWQiOjQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDMtMS5wbmciLCJpZCI6NDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjhmMzZlYTYifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDQtMS5wbmciLCJpZCI6NDUsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6ImU3NWQxYjEifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDUtMS5wbmciLCJpZCI6NDYsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjVjNWRjMmIifSx7ImxvZ28iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDYtMS5wbmciLCJpZCI6NDcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sIl9pZCI6IjM1MjIyMzMifV0sImhlcm9faGlnaGxpZ2h0cyI6W3sidGV4dCI6IlRydXN0ZWQgYnkgMiw1MDArIGNvbXBhbmllcyBXb3JsZCBXaWRlIiwiX2lkIjoiMDY5MGI2YiJ9LHsidGV4dCI6Ik1hbmFnaW5nIDE1MCwwMDArIGVtcGxveWVlcyBhY3Jvc3MgNDUrIGNvdW50cmllcyIsIl9pZCI6IjZjM2I1ZTYifV0sInN0YXJfcmF0aW5nIjoiMyIsInRpdGxlX2xhc3QiOiJTb2Z0d2FyZSAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zbGFuZGluZ19lbGVtZW50b3JfaGVyb19iYW5uZXIifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-f0a67e7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"f0a67e7\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b21a711\\\" data-id=\\\"b21a711\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImRjZjE0NTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiT3VyIFRydXN0IFNpZ25hbHMgQmFyIiwibGVmdF9pdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXBvaW50ZXItY29kZSIsInRpdGxlIjoiQ3VzdG9taXplIEV2ZXJ5dGhpbmciLCJkZXNjIjoiV29ya2Zsb3dzLCBtb2R1bGVzLCBhbmQgZmVhdHVyZXMgYnVpbHQgZm9yIHlvdSIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTEiLCJfaWQiOiJiZGJiZWNiIn0seyJpY29uX2NsYXNzIjoidGkgdGktY2xvY2stc2hhcmUiLCJ0aXRsZSI6IkxpdmUgaW4gRGF5cyIsImRlc2MiOiIxLTMgd2Vla3MgYXZlcmFnZSwgbm90IDYgbW9udGhzIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctMiIsIl9pZCI6Ijk4MWI1OWYifV0sImNlbnRlcl90aXRsZSI6Ikdsb2JhbCBUcnVzdGVkPGJyXC8+UHJvZHVjdCIsImNlbnRlcl9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NoYXBlLTA3LnBuZyIsImlkIjo3Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwicmlnaHRfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS13b3JsZC11cGxvYWQiLCJ0aXRsZSI6Ikdsb2JhbCBDb21wbGlhbmNlIiwiZGVzYyI6IjUwKyBjb3VudHJpZXMsIGF1dG8tdXBkYXRlZCByZWd1bGF0aW9ucyIsImJnX2NsYXNzIjoiaGVyby1ncmlkLWJnLTMiLCJfaWQiOiJmYWFjYWZiIn0seyJpY29uX2NsYXNzIjoidGkgdGktbGF5ZXJzLWludGVyc2VjdC0yIiwidGl0bGUiOiJSZWFsIEludGVncmF0aW9uIiwiZGVzYyI6IkhSTVMgKyBBY2NvdW50aW5nICsgUHJvamVjdHMgKyBNb3JlIiwiYmdfY2xhc3MiOiJoZXJvLWdyaWQtYmctNCIsIl9pZCI6Ijc5ZjE1MDMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC10cnVzdC1zaWduYWxzIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-a4d10c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"a4d10c9\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8f338f5\\\" data-id=\\\"8f338f5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImU3YWM0YzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiV2h5IFNtYXJ0SFIgQmVhdHMgRW50ZXJwcmlzZSBHaWFudHMgYW5kIFJlZ2lvbmFsIFBsYXllcnMiLCJzZWN0aW9uX3N1YnRpdGxlIjoiQSBNb2R1bGFyIFBsYXRmb3JtIENvdmVyaW5nIEV2ZXJ5IEFzcGVjdCBvZiBIZWFsdGhjYXJlIERlbGl2ZXJ5IiwidGFicyI6W3sibGFiZWwiOiJCdWlsdCBmb3IgWW91LCBOb3QgdGhlIE90aGVyIFdheSBBcm91bmQiLCJfaWQiOiJhZmU1YWJhIiwiYnV0dG9uX2ljb25fY2xhc3MiOiJ0aSB0aS1hcnJvdy11cC1yaWdodCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjLWktMDEuanBnIiwiaWQiOjc3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJwcm9ibGVtX3RpdGxlIjoiVGhlIFByb2JsZW0gd2l0aCBPdGhlcnM6IiwicHJvYmxlbV9kZXNjIjoiUmlnaWQgc3lzdGVtcyBmb3JjZSB5b3UgaW50byB0aGVpciB3b3JrZmxvd3MuIE5lZWQgc29tZXRoaW5nIHVuaXF1ZT8gVG91Z2ggbHVjayBvciBwYXkgJDUwSysgZm9yIFwiY3VzdG9tIGRldmVsb3BtZW50LlwiIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiQ29uZmlndXJlIHdvcmtmbG93cyB5b3Vyc2VsZiAobm8tY29kZSkuIE5lZWQgc29tZXRoaW5nIHNwZWNpYWw\\/IFdlIGJ1aWxkIGl0IGZvciB5b3VcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zLiBDdXN0b20gZmVhdHVyZXMgbGl2ZSBpbiAyLTQgd2Vla3MuIiwiZXhhbXBsZXNfdGl0bGUiOiJFeGFtcGxlcyBXZSd2ZSBCdWlsdDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbnN0cnVjdGlvbiBjZXJ0aWZpZWQgcGF5cm9sbCArIHVuaW9uIHJlcG9ydGluZyIsIl9pZCI6IjQ2NjU0MDEifSx7Iml0ZW0iOiJIZWFsdGhjYXJlIGNyZWRlbnRpYWwgdHJhY2tpbmcgKyBvbi1jYWxsIHNjaGVkdWxpbmciLCJfaWQiOiJmNjk4ZDAzIn0seyJpdGVtIjoiSG9zcGl0YWxpdHkgdGlwIHRyYWNraW5nICsgc2Vhc29uYWwgd29ya2ZvcmNlIG1hbmFnZW1lbnQiLCJfaWQiOiJlNDQ0YzZhIn0seyJpdGVtIjoiUHJvZmVzc2lvbmFsIHNlcnZpY2VzIGNsaWVudCBiaWxsaW5nICsgdXRpbGl6YXRpb24gcmVwb3J0cyIsIl9pZCI6IjVhMmZiNjkifV0sImN0YV90ZXh0IjoiVGVsbCBVcyBXaGF0IFlvdSBOZWVkIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiY3RhX2xhc3RfdGV4dCI6IiJ9LHsibGFiZWwiOiJGaXZlIFBsYXRmb3JtcyBUaGF0IEFjdHVhbGx5IFRhbGsgdG8gRWFjaCBPdGhlciIsIl9pZCI6ImU3NjU3OGIiLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJUaGUgUHJvYmxlbSB3aXRoIE90aGVyczoiLCJwcm9ibGVtX2Rlc2MiOiJUaGV5IHNvbHZlIEhSIGJ1dCBpZ25vcmUgaG93IHlvdXIgYnVzaW5lc3MgYWN0dWFsbHkgb3BlcmF0ZXMuIFlvdSdyZSBzdHVjayB3aXRoIGRpc2Nvbm5lY3RlZCBzeXN0ZW1zIGZvciBwcm9qZWN0cywgYWNjb3VudGluZywgYW5kIHJlY3J1aXRtZW50LlxuIiwiZGlmZl90aXRsZSI6IlRoZSBTbWFydEhSIERpZmZlcmVuY2U6IiwiZGlmZl9kZXNjIjoiSFJNUyArIEFjY291bnRpbmcgKyBSZWNydWl0bWVudCArIFByb2plY3QgTWFuYWdlbWVudCArIFBPU1x1MjAxNGFsbCBzaGFyaW5nIGRhdGEgc2VhbWxlc3NseS4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgVGhpcyBNZWFuczoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkxhYm9yIGNvc3RzIGF1dG9tYXRpY2FsbHkgZmxvdyB0byBwcm9qZWN0IHByb2ZpdGFiaWxpdHkiLCJfaWQiOiJmODk2ZWU4In0seyJpdGVtIjoiU2FsZXMgZGF0YSBjb25uZWN0cyB0byBjb21taXNzaW9uIGNhbGN1bGF0aW9ucyIsIl9pZCI6IjBmNmY5MjIifSx7Iml0ZW0iOiJjYWxjdWxhdGlvbnMgVGltZSB0cmFja2luZyBzeW5jcyB0byBjbGllbnQgaW52b2ljaW5nIiwiX2lkIjoiMzFjMWQ1OCJ9LHsiaXRlbSI6IkVtcGxveWVlIGF2YWlsYWJpbGl0eSByZWZsZWN0cyBpbiBwcm9qZWN0IHBsYW5uaW5nIiwiX2lkIjoiNWNiYTA2YyJ9XSwiY3RhX3RleHQiOiJFeHBsb3JlIEFsbCBQbGF0Zm9ybXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJjdGFfbGFzdF90ZXh0IjoiU3RhcnQgd2l0aCBvbmUgcGxhdGZvcm0uIEFkZCBtb3JlIGFzIHlvdSBncm93LiBFYWNoIHdvcmtzIGluZGVwZW5kZW50bHkgYnV0IGJlY29tZXMgcG93ZXJmdWwgdG9nZXRoZXIuIn0seyJsYWJlbCI6IldoaXRlLUxhYmVsIFJlYWR5IGZvciBQYXJ0bmVycyIsIl9pZCI6ImQ1MWNkMTciLCJidXR0b25faWNvbl9jbGFzcyI6InRpIHRpLWFycm93LXVwLXJpZ2h0IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWMtaS0wMS5qcGciLCJpZCI6NzcsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInByb2JsZW1fdGl0bGUiOiJQZXJmZWN0IGlmIHlvdSdyZToiLCJwcm9ibGVtX2Rlc2MiOiJBIHBheXJvbGwgcHJvdmlkZXIsIGFjY291bnRpbmcgZmlybSwgYnVzaW5lc3MgY29uc3VsdGFudCwgb3IgcmVnaW9uYWwgZGlzdHJpYnV0b3IuXG4iLCJkaWZmX3RpdGxlIjoiVGhlIFNtYXJ0SFIgRGlmZmVyZW5jZToiLCJkaWZmX2Rlc2MiOiJDb25maWd1cmUgd29ya2Zsb3dzIHlvdXJzZWxmIChuby1jb2RlKS4gTmVlZCBzb21ldGhpbmcgc3BlY2lhbD8gV2UgYnVpbGQgaXQgZm9yIHlvdVx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnMuIEN1c3RvbSBmZWF0dXJlcyBsaXZlIGluIDItNCB3ZWVrcy4iLCJleGFtcGxlc190aXRsZSI6IldoYXQgWW91IEdldDoiLCJleGFtcGxlcyI6W3siaXRlbSI6IkNvbXBsZXRlIHJlYnJhbmQgd2l0aCB5b3VyIG5hbWUsIGxvZ28sIGNvbG9ycyIsIl9pZCI6IjNhZWM3NzYifSx7Iml0ZW0iOiJZb3VyIHByaWNpbmcgc3RydWN0dXJlICh5b3UgY29udHJvbCBtYXJnaW5zKSIsIl9pZCI6IjJiY2Y3NzgifSx7Iml0ZW0iOiJQYXJ0bmVyIHBvcnRhbCBmb3IgbWFuYWdpbmcgY2xpZW50cyIsIl9pZCI6ImNlODM3OWIifSx7Iml0ZW0iOiJUZWNobmljYWwgc3VwcG9ydCBpbnZpc2libGUgdG8geW91ciBjbGllbnRzIiwiX2lkIjoiYWFkOWFjOSJ9LHsiaXRlbSI6IkN1c3RvbSBmZWF0dXJlcyBmb3IgeW91ciBuaWNoZSBtYXJrZXQiLCJfaWQiOiI0NzgzMTQ0In1dLCJjdGFfdGV4dCI6IkxlYXJuIEFib3V0IFBhcnRuZXJzaGlwcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJhY3RpdmVJdGVtSW5kZXgiOjEsImN0YV9sYXN0X3RleHQiOiIifV0sImV4YW1wbGVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWVudGVycHJpc2UifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-045a198 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"045a198\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0d5c41\\\" data-id=\\\"c0d5c41\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImFiNmJiNzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiQXdhcmRzIFJpYmJvbiIsImxlZnRfdGl0bGUiOiJUcnVzdGVkIGJ5IEdsb2JhbCBCdXNpbmVzc2VzIGZvciBQZXJmb3JtYW5jZSwgUmVsaWFiaWxpdHksIGFuZCBJbm5vdmF0aW9uIiwibGVmdF9idG5fdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYXdhcmRzIjpbeyJ5ZWFyX3RpdGxlIjoiMjAyNSIsImRlc2MiOiJCZXN0IFZhbHVlIEhSIFNvZnR3YXJlIiwiX2lkIjoiNTY1MjQxYyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYXctaWNvLTEucG5nIiwiaWQiOjkzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7InllYXJfdGl0bGUiOiI1MCBIUiIsImRlc2MiOiJUb3AgVGVjaCBDb21wYW5pZXMiLCJfaWQiOiI3YzNkMjEwIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9hdy1pY28tMi5wbmciLCJpZCI6OTQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsieWVhcl90aXRsZSI6IjQuOFwvNSIsImRlc2MiOiJSYXRpbmcgT24gRzIgJiBDYXB0ZXJyYSIsIl9pZCI6ImQwODc1NWYiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2F3LWljby0zLnBuZyIsImlkIjo5NSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYXdhcmRzLXJpYmJvbiJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-fd500ba elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"fd500ba\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0bf5ec\\\" data-id=\\\"f0bf5ec\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImI0MjMyYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJvbSBTdGFydHVwIHRvIEVudGVycHJpc2UsIFdlXHUyMDE5dmUgR290IFlvdSBDb3ZlcmVkIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-e8468cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"e8468cc\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c5ecbad\\\" data-id=\\\"c5ecbad\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImFiZmE4ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiR3JlYXQgQWxvbmUuIEdyZWF0ZXIgVG9nZXRoZXIiLCJzZWN0aW9uX2Rlc2MiOiJQaWNrIGFueSBtb2R1bGUgeW91IG5lZWQsIG9yIHVuaXRlIHRoZW0gYWxsIHRvIHRyYW5zZm9ybSB5b3VyIGJ1c2luZXNzLiBTdGFydCB3aXRoIHdoYXQgbWF0dGVycyBtb3N0IHRvZGF5LiBBZGQgbW9yZSBhcyB5b3UgZ3Jvdy4gRXZlcnkgbW9kdWxlIHdvcmtzIGluZGVwZW5kZW50bHlcdTIwMTRidXQgdG9nZXRoZXIsIHRoZXkgY3JlYXRlIHNvbWV0aGluZyBleHRyYW9yZGluYXJ5LiIsInNsaWRlcyI6W3siY2F0ZWdvcnkiOiJIUk0gU1lTVEVNIiwidGl0bGUiOiJNYW5hZ2UgUGVvcGxlLiBEcml2ZSBQZXJmb3JtYW5jZS4iLCJfaWQiOiI2ODljZmZiIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgZW1wbG95ZWVzIGFyZSB5b3VyIGJpZ2dlc3QgaW52ZXN0bWVudC4gU3RvcCB0cmVhdGluZyBIUiBsaWtlIHBhcGVyd29yayBhbmQgc3RhcnQgdHJlYXRpbmcgaXQgbGlrZSBzdHJhdGVneS4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgSFJNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJBQ0NPVU5USU5HIFNZU1RFTSIsInRpdGxlIjoiS25vdyBXaGVyZSBFdmVyeSBEb2xsYXIgR29lcy4iLCJfaWQiOiIwM2ZmZWQ4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nMS5wbmciLCJpZCI6MTI4LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgUCZMIHNob3dzIHJldmVudWUgYW5kIGV4cGVuc2VzLiBCdXQgd2hpY2ggY2xpZW50cyBhcmUgcHJvZml0YWJsZT8gV2hpY2ggcHJvamVjdHMgbG9zZSBtb25leT8gV2hlcmUgZG9lcyB5b3VyIHRlYW0ncyB0aW1lIGFjdHVhbGx5IGdvP1xuIiwiY3RhX3RleHQiOiJFeHBsb3JlIEFjY291bnRpbmcgRmVhdHVyZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJjYXRlZ29yeSI6IkNSTSBTWVNURU0iLCJ0aXRsZSI6IlR1cm4gTGVhZHMgaW50byBMb3lhbCBDdXN0b21lcnMuIiwiX2lkIjoiOThjMTg5ZSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzMucG5nIiwiaWQiOjEzMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGl0bGVfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiZGVzY3JpcHRpb24iOiJTdG9wIGxvc2luZyBkZWFscyBpbiBzcHJlYWRzaGVldHMuIE1hbmFnZSB5b3VyIGVudGlyZSBzYWxlcyBwaXBlbGluZVx1MjAxNGZyb20gZmlyc3QgY29udGFjdCB0byBzaWduZWQgY29udHJhY3RcdTIwMTR3aXRoIGNvbXBsZXRlIHZpc2liaWxpdHkgYW5kIGF1dG9tYXRpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgQ1JNIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsiY2F0ZWdvcnkiOiJQUk9KRUNUIFNZU1RFTSIsInRpdGxlIjoiVHVybiBUaW1lIGludG8gTW9uZXkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNC5qcGciLCJpZCI6MTM5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IkV2ZXJ5IGhvdXIgeW91ciB0ZWFtIHdvcmtzIHNob3VsZCBjb250cmlidXRlIHRvIGJ1c2luZXNzIGdvYWxzLiBXaXRob3V0IHRyYWNraW5nLCBob3VycyBkaXNhcHBlYXIgaW50byBcImJ1c3kgd29ya1wiIHRoYXQgZG9lc24ndCBtb3ZlIHRoZSBuZWVkbGUuXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUHJvamVjdCBGZWF0dXJlcyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfaWQiOiIyOGJiNjZmIn0seyJjYXRlZ29yeSI6IlVTRVIgTUFOQUdFTUVOVCIsInRpdGxlIjoiQ29udHJvbCBBY2Nlc3MuIEVuc3VyZSBTZWN1cml0eS4gVHJhY2sgQWN0aXZpdHkuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNS5wbmciLCJpZCI6MTMyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IllvdXIgYnVzaW5lc3MgZGF0YSBpcyB2YWx1YWJsZS4gQ29udHJvbCBleGFjdGx5IHdobyBzZWVzIHdoYXQsIHRyYWNrIGV2ZXJ5IGFjdGlvbiwgYW5kIG1haW50YWluIHNlY3VyaXR5IHdpdGhvdXQgY3JlYXRpbmcgZnJpY3Rpb24uXG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgVXNlciBNYW5hZ2VtZW50IiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjYxZWVlMjMifSx7ImNhdGVnb3J5IjoiUE9TIFNZU1RFTSIsInRpdGxlIjoiQ29ubmVjdCBGcm9udC1PZmZpY2UgdG8gQmFjay1PZmZpY2UuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9ibG9naW1nNi5wbmciLCJpZCI6MTQzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJ0aXRsZV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJkZXNjcmlwdGlvbiI6IlNhbGVzIGhhcHBlbiBhdCB0aGUgY291bnRlciwgb25saW5lLCBvciBpbiB0aGUgZmllbGQuIERvZXMgdGhhdCBkYXRhIGNvbm5lY3QgdG8gb3BlcmF0aW9ucz8gT3IgYXJlIHlvdSBtYW51YWxseSByZWNvbmNpbGluZyBhdCBtb250aC1lbmQ\\/XG4iLCJjdGFfdGV4dCI6IkV4cGxvcmUgUE9TIEZlYXR1cmVzIiwiY3RhX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sIl9pZCI6IjE5MGQyM2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1wbGF0Zm9ybS1jYXJkcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-61b1464 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"61b1464\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fe2d40\\\" data-id=\\\"1fe2d40\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImE5ZjU5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiU29sdXRpb25zIGZvciBBbGwgWW91ciBXb3JrZm9yY2UgTmVlZHMuIE1vZHVsYXIsIFNvIEl0IFNjYWxlcyBBcyBZb3UgRG8iLCJoZWFkZXJfaWNvbl9jaGFsbGVuZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMi5wbmciLCJpZCI6MTQ3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJoZWFkZXJfdGV4dF9jaGFsbGVuZ2UiOiJDaGFsbGVuZ2UiLCJoZWFkZXJfaWNvbl9zb2x1dGlvbiI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ljby0zLnBuZyIsImlkIjoxNDgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImhlYWRlcl90ZXh0X3NvbHV0aW9uIjoiU29sdXRpb24iLCJoZWFkZXJfaWNvbl9vdXRjb21lIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvaWNvLTQucG5nIiwiaWQiOjE0OSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiaGVhZGVyX3RleHRfb3V0Y29tZSI6Ik91dGNvbWUiLCJyb3dzIjpbeyJpbmR1c3RyeSI6IlRlY2hub2xvZ3kgJiBTYWFTIiwiY2hhbGxlbmdlIjoiUmFwaWQgc2NhbGluZywgZ2xvYmFsIHJlbW90ZSB0ZWFtcywgZXF1aXR5IG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkZhc3Qgb25ib2FyZGluZywgbXVsdGktY291bnRyeSBwYXlyb2xsLCBjdXN0b20gZXF1aXR5IHRyYWNraW5nIiwib3V0Y29tZSI6IlNjYWxlIDN4IHdpdGhvdXQgZ3Jvd2luZyBIUiB0ZWFtIiwiX2lkIjoiM2EwM2U1ZCJ9LHsiaW5kdXN0cnkiOiJNYW51ZmFjdHVyaW5nIiwiY2hhbGxlbmdlIjoiU2hpZnQtYmFzZWQgd29ya2ZvcmNlLCBzYWZldHkgY29tcGxpYW5jZSwgdW5pb24gcmVxdWlyZW1lbnRzIiwic29sdXRpb24iOiJCaW9tZXRyaWMgYXR0ZW5kYW5jZSwgc2FmZXR5IHRyYWNraW5nLCBjZXJ0aWZpZWQgcGF5cm9sbCIsIm91dGNvbWUiOiI5NSUgZmV3ZXIgYXR0ZW5kYW5jZSBkaXNwdXRlcywgYXVkaXQtcmVhZHkgY29tcGxpYW5jZSIsIl9pZCI6IjAzY2Q1NzIifSx7ImluZHVzdHJ5IjoiUmV0YWlsICYgRS1jb21tZXJjZSIsImNoYWxsZW5nZSI6IkhpZ2ggdHVybm92ZXIsIG11bHRpLWxvY2F0aW9uLCBzZWFzb25hbCBwZWFrcyIsInNvbHV0aW9uIjoiRmFzdCBoaXJpbmcsIGVuZ2FnZW1lbnQgc3VydmV5cywgUE9TIGludGVncmF0aW9uIiwib3V0Y29tZSI6IjE4JSBhdHRyaXRpb24gcmVkdWN0aW9uLCBvcHRpbWl6ZWQgc3RhZmZpbmciLCJfaWQiOiIyMzA5MmUzIn0seyJpbmR1c3RyeSI6IkhlYWx0aGNhcmUiLCJjaGFsbGVuZ2UiOiJDcmVkZW50aWFsIHRyYWNraW5nLCBzaGlmdCBkaWZmZXJlbnRpYWxzLCBvbi1jYWxsIG1hbmFnZW1lbnQiLCJzb2x1dGlvbiI6IkN1c3RvbSBjcmVkZW50aWFsIG1vZHVsZSwgY29tcGxleCBwYXlyb2xsLCBzY2hlZHVsaW5nIiwib3V0Y29tZSI6IjEwMCUgY3JlZGVudGlhbCBjb21wbGlhbmNlLCBhY2N1cmF0ZSBzaGlmdCBwYXkiLCJfaWQiOiI2ZjIyMzI5In0seyJpbmR1c3RyeSI6IkZpbmFuY2lhbCBTZXJ2aWNlcyIsImNoYWxsZW5nZSI6IlJlZ3VsYXRvcnkgY29tcGxpYW5jZSwgcGVyZm9ybWFuY2UgdHJhY2tpbmcsIGF1ZGl0IHJlcXVpcmVtZW50cyIsInNvbHV0aW9uIjoiQ29tcGxpYW5jZSBhdXRvbWF0aW9uLCBzdHJ1Y3R1cmVkIHJldmlld3MsIGF1ZGl0IHJlcG9ydHMiLCJvdXRjb21lIjoiMCByZWd1bGF0b3J5IGZpbmRpbmdzLCB0cmFuc3BhcmVudCBwZXJmb3JtYW5jZSIsIl9pZCI6IjU3ZTYwZTMifSx7ImluZHVzdHJ5IjoiUHJvZmVzc2lvbmFsIFNlcnZpY2VzIiwiY2hhbGxlbmdlIjoiQmlsbGFibGUgdnMuIG5vbi1iaWxsYWJsZSwgY2xpZW50IHByb2ZpdGFiaWxpdHksIHV0aWxpemF0aW9uIiwic29sdXRpb24iOiJJbnRlZ3JhdGVkIHRpbWUgdHJhY2tpbmcsIHByb2plY3QgY29zdGluZywgYmlsbGluZyIsIm91dGNvbWUiOiIyNSUgcmV2ZW51ZSByZWNvdmVyeSBmcm9tIGJldHRlciB0aW1lIGNhcHR1cmUiLCJyb3dfc3R5bGUiOiJ0ZHJhZGl1cy1ib3R0b20iLCJfaWQiOiJmYTIzYjk4In1dLCJhZGRfdG9wX3NwYWNlciI6IiIsImFkZF9ib3R0b21fc3BhY2VyIjoiIiwiY3RhX3RleHQiOiJTZWUgQWxsIEluZHVzdHJpZXMiLCJjdGFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWluZHVzdHJ5LXNwZWNpZmljLXZhbHVlIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-318f05b elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"318f05b\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9f229b\\\" data-id=\\\"c9f229b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6IjVlMWFjZmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiUHJvZmVzc2lvbmFsIFRpbWUgVHJhY2tpbmcgQnVpbHQgUmlnaHQgSW4iLCJzZWN0aW9uX2Rlc2MiOiJDbG9ja2ZpZSdzIHBvd2VyZnVsIHRpbWUgdHJhY2tpbmcgY2FwYWJpbGl0aWVzIGFyZSBmdWxseSBpbnRlZ3JhdGVkIGludG8gU21hcnRIUlx1MjAxNG5vIHNlcGFyYXRlIGxvZ2luLCBubyBkYXRhIHN5bmMgaXNzdWVzLCBubyBleHRyYSBzdWJzY3JpcHRpb24uIiwibGVmdF9udW1iZXIiOiIwMyIsImxlZnRfdGl0bGUiOiJDb21wcmVoZW5zaXZlIFJlcG9ydHMiLCJsZWZ0X2l0ZW1zIjpbeyJ0ZXh0IjoiPHN0cm9uZz5UaW1lc2hlZXQgUmVwb3J0czo8XC9zdHJvbmc+IERldGFpbGVkIHRpbWUgbG9ncyBieSBlbXBsb3llZSwgcHJvamVjdCwgb3IgY2xpZW50IiwiX2lkIjoiN2I5MTU1MiJ9LHsidGV4dCI6IjxzdHJvbmc+VGltZSBVc2UgQW5hbHlzaXM6PFwvc3Ryb25nPiBXaGVyZSB5b3VyIHRlYW0ncyBob3VycyBhY3R1YWxseSBnbyIsIl9pZCI6IjExMTk3ODYifSx7InRleHQiOiI8c3Ryb25nPlByb2plY3QgVGltZSBSZXBvcnRzOjxcL3N0cm9uZz4gQnVkZ2V0IHZzIGFjdHVhbCB0aW1lIGJ5IHByb2plY3QiLCJfaWQiOiIwMDI0NTZkIn0seyJ0ZXh0IjoiPHN0cm9uZz5BdHRlbmRhbmNlIFJlcG9ydHM6PFwvc3Ryb25nPiBQdW5jdHVhbGl0eSwgb3ZlcnRpbWUsIGFuZCBhYnNlbmNlIHBhdHRlcm5zIiwiX2lkIjoiNzE5YzVhYyJ9LHsidGV4dCI6IjxzdHJvbmc+UG9vciBUaW1lIFVzZSBBbGVydHM6PFwvc3Ryb25nPiBJZGVudGlmeSB1bnByb2R1Y3RpdmUgdGltZSBibG9ja3MiLCJfaWQiOiIyN2M2MzhhIn0seyJ0ZXh0IjoiPHN0cm9uZz5XZWIgJiBBcHAgVXNhZ2UgVHJhY2tpbmc6PFwvc3Ryb25nPiBVbmRlcnN0YW5kIGRpZ2l0YWwgd29yayBwYXR0ZXJucyAob3B0aW9uYWwsIHBlcm1pc3Npb24tYmFzZWQpIiwiX2lkIjoiMThjNjZjOSJ9LHsidGV4dCI6IjxzdHJvbmc+VXNlciBUYXNrIFJlcG9ydHM6PFwvc3Ryb25nPiBJbmRpdmlkdWFsIHByb2R1Y3Rpdml0eSBhbmQgdGFzayBjb21wbGV0aW9uIiwiX2lkIjoiMDE1ZGMyNyJ9XSwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJyaWdodF90aXRsZSI6IldoYXQgWW91IEdldCIsInJpZ2h0X2l0ZW1zIjpbeyJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsIl9pZCI6ImE3NjkzZDciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2xhcHRvcC5wbmciLCJpZCI6MTU3LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im51bWJlciI6IjAyIiwiY2FyZF90aXRsZSI6IkVkaXQgVGltZSAmIEFwcHJvdmFscyIsImNhcmRfZGVzYyI6Ik1hbmFnZXJzIHJldmlldyBhbmQgYXBwcm92ZSB0aW1lc2hlZXQgZW50cmllcy4gQ29ycmVjdCBlcnJvcnMgYmVmb3JlIHRoZXkgaGl0IHBheXJvbGwuIEFwcHJvdmFsIHdvcmtmbG93IGVuc3VyZXMgYWNjdXJhdGUgYmlsbGluZy4iLCJfaWQiOiI3Zjg5MTFiIn0seyJsYXlvdXQiOiJpbWFnZSIsIl9pZCI6ImQwZDc2ODEiLCJudW1iZXIiOiIwMSIsImNhcmRfdGl0bGUiOiJEYXNoYm9hcmQgT3ZlcnZpZXciLCJjYXJkX2Rlc2MiOiJSZWFsLXRpbWUgdmlzaWJpbGl0eSBpbnRvIHRlYW0gcHJvZHVjdGl2aXR5LCBwcm9qZWN0IHRpbWUgYWxsb2NhdGlvbiwgYW5kIGJpbGxhYmxlIHZzIG5vbi1iaWxsYWJsZSBob3VycyBhY3Jvc3MgeW91ciBlbnRpcmUgb3JnYW5pemF0aW9uLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvZmMtYzQuanBnIiwiaWQiOjE2MSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJsYXlvdXQiOiJmdWxsLXRyYW5zIiwibnVtYmVyIjoiMDQiLCJjYXJkX3RpdGxlIjoiVXNlciBTZXR0aW5nczoiLCJjYXJkX2Rlc2MiOiJDdXN0b21pemUgdGltZSB0cmFja2luZyBwcmVmZXJlbmNlcywgc2V0IGJpbGxpbmcgcmF0ZXMsIGNvbmZpZ3VyZSBhcHByb3ZhbCBjaGFpbnMsIGFuZCBkZWZpbmUgd2hhdCdzIHRyYWNrZWQuIiwiX2lkIjoiYWNmMzE4MCJ9XSwiYnVzaW5lc3NfaXRlbXMiOlt7Imljb25fY2xhc3MiOiJ0aSB0aS1jbG9jay1jaGVjayIsInRleHQiOiJJbmNyZWFzZSBiaWxsYWJsZSBob3VyIGNhcHR1cmUgYnkgMjUtMzAlIiwiX2lkIjoiNjk5NDc4MiJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNsaXBib2FyZC1vZmYiLCJ0ZXh0IjoiRWxpbWluYXRlIHRpbWVzaGVldCBkaXNwdXRlcyB3aXRoIGRldGFpbGVkIGxvZ3MiLCJfaWQiOiJhM2U0YWNjIn0seyJpY29uX2NsYXNzIjoidGkgdGktY3VycmVuY3ktZG9sbGFyIiwidGV4dCI6IlVuZGVyc3RhbmQgdHJ1ZSBwcm9qZWN0IGNvc3RzIGZvciBiZXR0ZXIgcHJpY2luZyIsIl9pZCI6IjAzZDRjMTkifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1icmFuZC1zcGVlZHRlc3QiLCJ0ZXh0IjoiSWRlbnRpZnkgcHJvZHVjdGl2aXR5IGJvdHRsZW5lY2tzIGFuZCBvcHRpbWl6ZSB3b3JrZmxvd3MiLCJfaWQiOiJkODc4ZWFmIn1dLCJjdGFfdGV4dCI6IkxlYXJuIE1vcmUgQWJvdXQgVGltZSBUcmFja2luZyIsImN0YV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtYWR2YW5jZWQtZmVhdHVyZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-fbc4ba3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"fbc4ba3\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80909ed\\\" data-id=\\\"80909ed\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6IjU5NTA3MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRW50ZXJwcmlzZSBTQUFTIE1hbmFnZW1lbnQiLCJzZWN0aW9uX2Rlc2MiOiJSdW4gU21hcnRIUiBhcyB5b3VyIG93biBTYWFTIGJ1c2luZXNzLiBNYW5hZ2UgaHVuZHJlZHMgb2YgY2xpZW50IGNvbXBhbmllcyBmcm9tIG9uZSBtYXN0ZXIgZGFzaGJvYXJkIiwiYWNjb3JkaW9uX3RpdGxlIjoiTXVsdGktVGVuYW50IEZlYXR1cmVzOiIsImFjY29yZGlvbl9pdGVtcyI6W3siaGVhZGVyIjoiQ29tcGFueSBNYW5hZ2VtZW50IiwiY29udGVudCI6IkNyZWF0ZSBhbmQgbWFuYWdlIHVubGltaXRlZCBjbGllbnQgY29tcGFuaWVzLiBFYWNoIGdldHMgaXNvbGF0ZWQgZGF0YSwgY3VzdG9tIGJyYW5kaW5nLCBhbmQgaW5kZXBlbmRlbnQgY29uZmlndXJhdGlvbnMuIiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI5MGI2MzM3In0seyJoZWFkZXIiOiJFbWFpbCBTdWJzY3JpYmVycyIsImNvbnRlbnQiOiJNYW5hZ2UgZW1haWwgbGlzdHMgYWNyb3NzIGFsbCB5b3VyIGNsaWVudCBjb21wYW5pZXMuIFNlbmQgYW5ub3VuY2VtZW50cywgdXBkYXRlcywgYW5kIG1hcmtldGluZyBjYW1wYWlnbnMgZnJvbSB0aGUgY2VudHJhbCBkYXNoYm9hcmQuIiwiX2lkIjoiZTFmMjkyNSJ9LHsiaGVhZGVyIjoiRW1haWwgVGVtcGxhdGUgTGlicmFyeSIsImNvbnRlbnQiOiJQcmUtYnVpbHQgcHJvZmVzc2lvbmFsIHRlbXBsYXRlcyBmb3Igb25ib2FyZGluZywgYW5ub3VuY2VtZW50cywgcG9saWN5IHVwZGF0ZXMuIEN1c3RvbWl6ZSBmb3IgZWFjaCBjbGllbnQgb3IgdXNlIGdsb2JhbCB0ZW1wbGF0ZXMuIiwiX2lkIjoiNGMxMmUwNyJ9LHsiaGVhZGVyIjoiTGFuZGluZyBQYWdlIEJ1aWxkZXIiLCJjb250ZW50IjoiQ3JlYXRlIGN1c3RvbSBsYW5kaW5nIHBhZ2VzIGZvciBlYWNoIGNsaWVudCBjb21wYW55LiBDYXJlZXIgcGFnZXMsIGVtcGxveWVlIHBvcnRhbHMsIGN1c3RvbWVyLWZhY2luZyBmb3Jtc1x1MjAxNGFsbCBicmFuZGVkIHRvIHRoZWlyIGlkZW50aXR5LiIsIl9pZCI6ImIyMGVjNDMifSx7ImhlYWRlciI6IkNlbnRyYWwgU2V0dGluZ3MiLCJjb250ZW50IjoiTWFzdGVyIGNvbnRyb2xzIGZvciBhbGwgY2xpZW50IGNvbXBhbmllcy4gUHVzaCB1cGRhdGVzLCBtYW5hZ2Ugc3Vic2NyaXB0aW9ucywgbW9uaXRvciB1c2FnZSwgYW5kIGNvbmZpZ3VyZSBnbG9iYWwgcG9saWNpZXMuIiwiX2lkIjoiMzllOTkxNSJ9XSwiY2FyZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDEucG5nIiwiaWQiOjE2OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2FyZF90aXRsZSI6IlBlcmZlY3QgZm9yIiwiY2FyZF9idWxsZXRzIjpbeyJ0ZXh0IjoiSFIgc2VydmljZSBwcm92aWRlcnMgbWFuYWdpbmcgbXVsdGlwbGUgY2xpZW50cyIsIl9pZCI6IjZjOGNjMzIifSx7InRleHQiOiJBY2NvdW50aW5nIGZpcm1zIG9mZmVyaW5nIEhSIHRvIGN1c3RvbWVycyIsIl9pZCI6IjhiODFkOGEifSx7InRleHQiOiJCdXNpbmVzcyBjb25zdWx0YW50cyBidWlsZGluZyBTYWFTIHJldmVudWUiLCJfaWQiOiI0MjViMzE0In0seyJ0ZXh0IjoiUmVnaW9uYWwgZGlzdHJpYnV0b3JzIHdpdGggbG9jYWwgY3VzdG9tZXIgYmFzZSIsIl9pZCI6IjM5MjY4NWUifSx7InRleHQiOiJGcmFuY2hpc2Ugb3BlcmF0aW9ucyB3aXRoIGNlbnRyYWwgSFIiLCJfaWQiOiIxZDExOGVjIn0seyJ0ZXh0IjoiUHJpY2luZzogQ3VzdG9tIGxpY2Vuc2luZyBtb2RlbCBiYXNlZCBvbiBudW1iZXIgb2YgY2xpZW50IGNvbXBhbmllcyBtYW5hZ2VkIiwiX2lkIjoiZjhkMzZiYiJ9XSwiY3RhMV90ZXh0IjoiRXhwbG9yZSBXaGl0ZS1MYWJlbCBPcHRpb25zIiwiY3RhMV91cmwiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJjdGEyX3RleHQiOiJTY2hlZHVsZSBQYXJ0bmVyIERlbW8iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1zYWFzLW1hbmFnZW1lbnQifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-b71a15a elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"b71a15a\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-544c782\\\" data-id=\\\"544c782\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImY1YTQxMDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwidGFicyI6W3sibGFiZWwiOiJBY2NvdW50aW5nICYgRmluYW5jZSIsIl9pZCI6ImMwODg3MzAiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiIwNTBkNTg2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiZDljYTcyMyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZjU1MTMyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJhMDNkYjQ2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI4MDI2OWFkIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjE4MmY5ZTciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IkNvbW11bmljYXRpb24iLCJfaWQiOiJkMTMwN2E5IiwibGVmdF90aXRsZSI6IlRoZXJlJ3MgTW9yZSBWYWx1ZSBBaGVhZCIsImxlZnRfZGVzYyI6IlNtb290aGx5IGludGVncmF0ZSBTbWFydEhSIHdpdGggbmF0aXZlIGFwcHMgYW5kIHRoaXJkLXBhcnR5IGFwcGxpY2F0aW9ucyB0byBzdHJlYW1saW5lIHJvdXRpbmUgdGFza3MgYW5kIHNhdmUgdGltZS4iLCJsZWZ0X2xpbmtfdGV4dCI6IlNlZSBBbGwgSW50ZWdyYXRpb25zIiwibGVmdF9saW5rX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W3sibmFtZSI6IlNsYWNrIiwiX2lkIjoiMTYxNmNiYiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA3LnBuZyIsImlkIjoxNzgsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ik1pY3Jvc29mdCBUZWFtcyIsIl9pZCI6IjljZDQ5Y2IiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0wOC5wbmciLCJpZCI6MTc5LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fSx7Im5hbWUiOiJab29tIiwiX2lkIjoiNmE2ZTk3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA5LnBuZyIsImlkIjoxODAsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ikdvb2dsZSBNZWV0IiwiX2lkIjoiNzAxODY1MCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTEwLnBuZyIsImlkIjoxODIsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IlRlbGVncmFtIiwiX2lkIjoiOGFlZGQ5MiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTExLnBuZyIsImlkIjoxODMsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6IkRpc2NvcmQiLCJfaWQiOiJhY2MzNTRhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTIucG5nIiwiaWQiOjE4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX1dLCJhY3RpdmVJdGVtSW5kZXgiOjF9LHsibGFiZWwiOiJUaW1lICYgQXR0ZW5kYW5jZSIsIl9pZCI6Ijk5ZWM2YjciLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI3ODg4NTA5IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiM2JmOTkwZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI3M2RkOTA2IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiI4OWFiMjU4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJjNGE2ZGM3IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6ImRlYTJjMzIiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlByb2R1Y3Rpdml0eSIsIl9pZCI6IjgwYjY1OTMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiJjMmRlMjczIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiMTUwM2MwYSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiJhODdiMjZmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJkOGUzOThjIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiI1YzgyYWM1IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6Ijg1ZmY0NDAiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJsYWJlbCI6IlBheW1lbnRzICYgQmFua2luZyIsIl9pZCI6IjNkNmM0NWMiLCJsZWZ0X3RpdGxlIjoiVGhlcmUncyBNb3JlIFZhbHVlIEFoZWFkIiwibGVmdF9kZXNjIjoiU21vb3RobHkgaW50ZWdyYXRlIFNtYXJ0SFIgd2l0aCBuYXRpdmUgYXBwcyBhbmQgdGhpcmQtcGFydHkgYXBwbGljYXRpb25zIHRvIHN0cmVhbWxpbmUgcm91dGluZSB0YXNrcyBhbmQgc2F2ZSB0aW1lLiIsImxlZnRfbGlua190ZXh0IjoiU2VlIEFsbCBJbnRlZ3JhdGlvbnMiLCJsZWZ0X2xpbmtfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiaW50ZWdyYXRpb25zIjpbeyJuYW1lIjoiU2xhY2siLCJfaWQiOiI0MjNiODVmIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDcucG5nIiwiaWQiOjE3OCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiTWljcm9zb2Z0IFRlYW1zIiwiX2lkIjoiOTk3N2I3YyIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvY2xpZW50LTA4LnBuZyIsImlkIjoxNzksInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In19LHsibmFtZSI6Ilpvb20iLCJfaWQiOiI0ZTI3ZDcyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMDkucG5nIiwiaWQiOjE4MCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiR29vZ2xlIE1lZXQiLCJfaWQiOiJjNGYwMjYyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTAucG5nIiwiaWQiOjE4Miwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiVGVsZWdyYW0iLCJfaWQiOiJkOWMxYzBhIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9jbGllbnQtMTEucG5nIiwiaWQiOjE4Mywic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifX0seyJuYW1lIjoiRGlzY29yZCIsIl9pZCI6IjM4M2VjMjQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2NsaWVudC0xMi5wbmciLCJpZCI6MTg0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9fV0sImFjdGl2ZUl0ZW1JbmRleCI6MX1dLCJib3R0b21faGVhZGxpbmUiOiJBbmQgNSwwMDArIE1vcmUgdmlhIFphcGllciIsImN0YTFfdGV4dCI6IlZpZXcgQWxsIEludGVncmF0aW9ucyIsImN0YTFfdXJsIjp7InVybCI6IiMiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiY3RhMl90ZXh0IjoiUmVxdWVzdCBDdXN0b20gSW50ZWdyYXRpb24iLCJjdGEyX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImludGVncmF0aW9ucyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC12YWx1ZS1haGVhZCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-737caa3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"737caa3\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ff4b5b\\\" data-id=\\\"0ff4b5b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6IjdmYWViYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsZWZ0X2ljb24iOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9pY28tMS5wbmciLCJpZCI6MTkxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsZWZ0X3RpdGxlIjoiT3duIFlvdXIgRGF0YS4gRGl0Y2ggdGhlIFN0cmVzcyIsImxlZnRfZGVzYyI6IlN3aXRjaGluZyBIUiBzeXN0ZW1zIHNob3VsZG4ndCBiZSBwYWluZnVsLiBPdXIgcHJvdmVuIG1pZ3JhdGlvbiBwcm9jZXNzIGdldHMgeW91IGxpdmUgaW4gMS0zIHdlZWtzXHUyMDE0d2l0aG91dCBkaXNydXB0aW5nIG9wZXJhdGlvbnMuIiwiZ3JvdXBzIjpbeyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLWRhdGFiYXNlLW9mZiIsInRpdGxlIjoiWmVybyBkYXRhIGxvc3MiLCJjb250ZW50IjoiQ29tcGxldGUgaGlzdG9yaWNhbCByZWNvcmRzIHByZXNlcnZlZCIsIl9pZCI6IjE3N2NhNmUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS10aHVtYi11cCIsInRpdGxlIjoiUGFyYWxsZWwgcnVuIG9wdGlvbiIsImNvbnRlbnQiOiJSdW4gYm90aCBzeXN0ZW1zIGR1cmluZyB0cmFuc2l0aW9uIiwiX2lkIjoiNWU5MWY1NyJ9LHsiaWNvbl9jbGFzcyI6InRpIHRpLWNoZWNrdXAtbGlzdCIsInRpdGxlIjoiRGVkaWNhdGVkIG1pZ3JhdGlvbiBzcGVjaWFsaXN0IiwiY29udGVudCI6IllvdXIgZ3VpZGUgdGhyb3VnaCBldmVyeSBzdGVwIiwiX2lkIjoiYTk4NmU3YyJ9XSwiX2lkIjoiZjYxZGFjNiIsImFjdGl2ZUl0ZW1JbmRleCI6MX0seyJpdGVtcyI6W3siaWNvbl9jbGFzcyI6InRpIHRpLXNoaWVsZC1sb2NrIiwidGl0bGUiOiJSb2xsYmFjayBwbGFuIiwiY29udGVudCI6IlNhZmV0eSBuZXQgaWYgYW55dGhpbmcgZ29lcyB3cm9uZyIsIl9pZCI6ImE2Yjc3ODUifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1oZWxwLWNpcmNsZSIsInRpdGxlIjoiUG9zdC1sYXVuY2ggc3VwcG9ydCIsImNvbnRlbnQiOiIzMCBkYXlzIG9mIGhhbmRzLW9uIGhlbHAgYWZ0ZXIgZ28tbGl2ZSIsIl9pZCI6IjM2OWU1ZDYifSx7Imljb25fY2xhc3MiOiJ0aSB0aS1zaGllbGQtbG9jayIsInRpdGxlIjoiUm9sbGJhY2sgcGxhbiIsImNvbnRlbnQiOiJTYWZldHkgbmV0IGlmIGFueXRoaW5nIGdvZXMgd3JvbmciLCJfaWQiOiJiY2YwNTI1In1dLCJfaWQiOiIyMWIxZWRhIiwiYWN0aXZlSXRlbUluZGV4IjoxLCJzdGFydF9yb3ciOiIyIn1dLCJpdGVtcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1vd24teW91ci1kYXRhIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6a0a4f0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6a0a4f0\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f62b68e\\\" data-id=\\\"f62b68e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6IjY1OWEwMGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJoZWFkaW5nIjoiU21hcnRIUiBVcGRhdGVzOiBJbnNpZ2h0cyBUaGF0IE1hdHRlci4gPGJyXC8+UmVzb3VyY2VzIFRoYXQgSGVscCIsInN1YmhlYWRpbmciOiJJbnN0ZWFkIG9mIGp1c3QgY29sbGVjdGluZyBudW1iZXJzLCBTbWFydEhSIHR1cm5zIHJhdyBpbmZvcm1hdGlvbiBpbnRvIGNsZWFyLCBhY3Rpb25hYmxlIGluc2lnaHRzLiBNYWtlIHNtYXJ0ZXIsIGRhdGEtZHJpdmVuIGRlY2lzaW9ucyB0aGF0IHRydWx5IGltcGFjdCB5b3VyIHdvcmtmb3JjZS4iLCJmZWF0dXJlZF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2Jsb2dpbWc2LTEucG5nIiwiaWQiOjIwOCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmVhdHVyZWRfdGFnIjoiVGVsZW1lZGljaW5lIiwiZmVhdHVyZWRfdGl0bGUiOiIyMDI1IEdsb2JhbCBIUiBDb21wbGlhbmNlIENoYW5nZXM6IFdoYXQgWW91IE5lZWQgdG8gS25vdyIsImZlYXR1cmVkX2V4Y2VycHQiOiJOZXcgcmVndWxhdGlvbnMgYWNyb3NzIEVVLCBBUEFDLCBhbmQgTEFUQU0gdGhhdCBhZmZlY3QgeW91ciBidXNpbmVzcy4gIiwiZmVhdHVyZWRfcmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyIsInJpZ2h0X3Bvc3RzIjpbeyJ0aXRsZSI6IkhvdyBBSSBpcyBUcmFuc2Zvcm1pbmcgUmVjcnVpdG1lbnQ6IFJlYWwgUmVzdWx0cyBmcm9tIDEwMCBDb21wYW5pZXMiLCJleGNlcnB0IjoiRGF0YS1kcml2ZW4gaW5zaWdodHMgb24gQUktcG93ZXJlZCBoaXJpbmcgYW5kIHdoYXQgYWN0dWFsbHkgd29ya3MuIiwiX2lkIjoiYWY0YThhMiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzcucG5nIiwiaWQiOjIwOSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9LHsidGl0bGUiOiJUaGUgVHJ1ZSBDb3N0IG9mIEhSIEFkbWluOiBUaW1lIFRyYWNraW5nIFN0dWR5IFJlc3VsdHMiLCJleGNlcnB0IjoiV2UgdHJhY2tlZCA1MDAgSFIgcHJvZmVzc2lvbmFscyBmb3IgNiBtb250aHMuIFRoZSByZXN1bHRzIHdpbGwgc3VycHJpc2UgeW91IiwiX2lkIjoiMjI1NDdmZCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmxvZ2ltZzgucG5nIiwiaWQiOjIxMCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwidGFnIjoiVGVsZW1lZGljaW5lIiwicmVhZF90ZXh0IjoiQ29udGludWUgUmVhZGluZyJ9XSwiY3RhX3RleHQiOiJWaWV3IEFsbCBCbG9ncyIsImZlYXR1cmVkX3RpdGxlX3VybCI6eyJ1cmwiOiIjMiIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZGwtaG9tZS1ibG9nIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-fa05d9c elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"fa05d9c\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89a1b62\\\" data-id=\\\"89a1b62\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6ImVjOGExYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiLCJ0YWJzIjpbeyJ0YWJfbGFiZWwiOiJHZW5lcmFsIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJfaWQiOiJkODQ4NTIzIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM\\/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I\\/IiwiYW5zd2VyIjoiQTogQnVzaW5lc3NlcyBmcm9tIDEwIHRvIDEwLDAwMCsgZW1wbG95ZWVzLiBXZSBzZXJ2ZSBzdGFydHVwcywgU01CcywgYW5kIGVudGVycHJpc2VzIGFjcm9zcyBhbGwgaW5kdXN0cmllcyBnbG9iYWxseS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6Mn0seyJ0YWJfbGFiZWwiOiJQcmljaW5nICYgUGxhbnMiLCJyaWdodF9oZWFkaW5nIjoiUHJpY2luZyAmIFBsYW5zIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJIb3cgbXVjaCBkb2VzIFNtYXJ0SFIgY29zdD8iLCJhbnN3ZXIiOiJBOiBUcmFuc3BhcmVudCBwcmljaW5nOlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS5TdGFydGVyOjxcL3N0cm9uZz4gJDMtNVwvZW1wbG95ZWVcL21vbnRoICgxMC0xMDAgZW1wbG95ZWVzKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gUHJvZmVzc2lvbmFsOjxcL3N0cm9uZz4gJDgtMTJcL2VtcGxveWVlXC9tb250aCAoNTAtNTAwIGVtcGxveWVlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIEVudGVycHJpc2U6PFwvc3Ryb25nPiAgJDE1LTI1XC9lbXBsb3llZVwvbW9udGggKDUwMCsgZW1wbG95ZWVzLCBjdXN0b20gcHJpY2luZylcbjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPlxuPHAgY2xhc3M9XCJtdC0yXCI+RXZlcnl0aGluZyBpbmNsdWRlZC4gTm8gaGlkZGVuIGZlZXMuPFwvcD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiIElzIHRoZXJlIGEgZnJlZSB0cmlhbD8iLCJhbnN3ZXIiOiJBOiBXZSBvZmZlciBwZXJzb25hbGl6ZWQgZGVtb3Mgd2l0aCB5b3VyIGRhdGEgaW4gYSBzYW5kYm94IGVudmlyb25tZW50IChiZXR0ZXIgdGhhbiBnZW5lcmljIHRyaWFscykuIFNlZSBleGFjdGx5IGhvdyBTbWFydEhSIHdvcmtzIGZvciB5b3VyIGJ1c2luZXNzLlxuIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In0seyJxdWVzdGlvbiI6IldoYXQncyBpbmNsdWRlZCB2cy4gY29tcGV0aXRvcnMgdGhhdCBjaGFyZ2UgZXh0cmE\\/IiwiYW5zd2VyIjoiQTogQTogRXZlcnl0aGluZzpcblxuPHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5BbGwgbW9kdWxlcyAobm8gcGVyLWZlYXR1cmUgY2hhcmdlcyk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj5Qcm9qZWN0IG1hbmFnZW1lbnQgKGNvbXBldGl0b3JzIGRvbid0IGhhdmUgdGhpczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPkFjY291bnRpbmcgaW50ZWdyYXRpb24gKGRlZXAsIG5vdCBiYXNpYyk8XC9zcGFuPjxcL2xpPlxuPGxpPjxzcGFuPlVubGltaXRlZCBBUEkgYWNjZXNzPFwvc3Bhbj48XC9saT5cblxuPGxpPjxzcGFuPjI0XC83IHN1cHBvcnQ8XC9zcGFuPjxcL2xpPiBcblxuXG48bGk+PHNwYW4+SW1wbGVtZW50YXRpb24gYW5kIHRyYWluaW5nPFwvc3Bhbj48XC9saT5cbjxcL3VsPiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiYjJhZWVjMyJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiIzMGEzNDYwIn0seyJ0YWJfbGFiZWwiOiJJbXBsZW1lbnRhdGlvbiAiLCJyaWdodF9oZWFkaW5nIjoiR2VuZXJhbCAtIENhdGVnb3J5IFF1ZXN0aW9ucyIsImxlZnRfaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9zZWN0aW9uLTA1LmpwZyIsImlkIjoyMDEsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImZhcXMiOlt7InF1ZXN0aW9uIjoiV2hhdCBtYWtlcyBTbWFydEhSIGRpZmZlcmVudCBmcm9tIGNvbXBldGl0b3JzPyIsImFuc3dlciI6Ilx0QTogVGhyZWUgdGhpbmdzIHNldCB1cyBhcGFydDpcblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PHVsPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjEuIEN1c3RvbWl6YXRpb246PFwvc3Ryb25nPiBXZSBidWlsZCBmZWF0dXJlcyB5b3UgbmVlZFx1MjAxNGluY2x1ZGVkIGluIEVudGVycHJpc2UgcGxhbnM8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjIuIEludGVncmF0aW9uOjxcL3N0cm9uZz4gNSBwbGF0Zm9ybXMgKEhSTVMsIEFjY291bnRpbmcsIFJlY3J1aXRtZW50LCBQcm9qZWN0cywgUE9TKSB3b3JrIHRvZ2V0aGVyPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4zLiBQcmljaW5nOjxcL3N0cm9uZz4gNTAtNzAlIGNoZWFwZXIgdGhhbiBlbnRlcnByaXNlIGNvbXBldGl0b3JzIChXb3JrZGF5LCBTQVAsIEFEUCk8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8XC91bD4iLCJleHBhbmRlZCI6InllcyIsIl9pZCI6IjQxN2EyYWUifSx7InF1ZXN0aW9uIjoiV2hvIGlzIFNtYXJ0SFIgZm9yPyIsImFuc3dlciI6IkFjY2VzcyBjYXJlIGFueXRpbWUsIG1vbml0b3Igdml0YWxzIGluIHJlYWwgdGltZSwgYW5kIG1hbmFnZSB5b3VyIGVudGlyZSBmYW1pbHlcdTIwMTlzIGhlYWx0aCBmcm9tIG9uZSBzZWN1cmUgcGxhdGZvcm0uIiwiZXhwYW5kZWQiOiIiLCJfaWQiOiI1NTUwNzM5In1dLCJhY3RpdmVJdGVtSW5kZXgiOjEsIl9pZCI6IjQyNjcyNzgifSx7InRhYl9sYWJlbCI6IkN1c3RvbWl6YXRpb24gJiBGZWF0dXJlcyIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM\\/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I\\/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS4iLCJleHBhbmRlZCI6IiIsIl9pZCI6IjU1NTA3MzkifV0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiX2lkIjoiOTA2OTljNiJ9LHsidGFiX2xhYmVsIjoiU2VjdXJpdHkgJiBDb21wbGlhbmNlIiwicmlnaHRfaGVhZGluZyI6IkdlbmVyYWwgLSBDYXRlZ29yeSBRdWVzdGlvbnMiLCJsZWZ0X2ltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvZHJlYW1zc21hcnRoci1sYW5kaW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvc2VjdGlvbi0wNS5qcGciLCJpZCI6MjAxLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJmYXFzIjpbeyJxdWVzdGlvbiI6IldoYXQgbWFrZXMgU21hcnRIUiBkaWZmZXJlbnQgZnJvbSBjb21wZXRpdG9ycz8iLCJhbnN3ZXIiOiJcdEE6IFRocmVlIHRoaW5ncyBzZXQgdXMgYXBhcnQ6XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDx1bD5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4xLiBDdXN0b21pemF0aW9uOjxcL3N0cm9uZz4gV2UgYnVpbGQgZmVhdHVyZXMgeW91IG5lZWRcdTIwMTRpbmNsdWRlZCBpbiBFbnRlcnByaXNlIHBsYW5zPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8bGk+PHNwYW4+PHN0cm9uZz4yLiBJbnRlZ3JhdGlvbjo8XC9zdHJvbmc+IDUgcGxhdGZvcm1zIChIUk1TLCBBY2NvdW50aW5nLCBSZWNydWl0bWVudCwgUHJvamVjdHMsIFBPUykgd29yayB0b2dldGhlcjxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+My4gUHJpY2luZzo8XC9zdHJvbmc+IDUwLTcwJSBjaGVhcGVyIHRoYW4gZW50ZXJwcmlzZSBjb21wZXRpdG9ycyAoV29ya2RheSwgU0FQLCBBRFApPFwvc3Bhbj48XC9saT5cblx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PFwvdWw+IiwiZXhwYW5kZWQiOiJ5ZXMiLCJfaWQiOiI0MTdhMmFlIn0seyJxdWVzdGlvbiI6IldobyBpcyBTbWFydEhSIGZvcj8iLCJhbnN3ZXIiOiJBY2Nlc3MgY2FyZSBhbnl0aW1lLCBtb25pdG9yIHZpdGFscyBpbiByZWFsIHRpbWUsIGFuZCBtYW5hZ2UgeW91ciBlbnRpcmUgZmFtaWx5XHUyMDE5cyBoZWFsdGggZnJvbSBvbmUgc2VjdXJlIHBsYXRmb3JtLiIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiJmZWZhNmM1In0seyJ0YWJfbGFiZWwiOiJTdXBwb3J0ICIsInJpZ2h0X2hlYWRpbmciOiJHZW5lcmFsIC0gQ2F0ZWdvcnkgUXVlc3Rpb25zIiwibGVmdF9pbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL3NlY3Rpb24tMDUuanBnIiwiaWQiOjIwMSwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiZmFxcyI6W3sicXVlc3Rpb24iOiJXaGF0IG1ha2VzIFNtYXJ0SFIgZGlmZmVyZW50IGZyb20gY29tcGV0aXRvcnM\\/IiwiYW5zd2VyIjoiXHRBOiBUaHJlZSB0aGluZ3Mgc2V0IHVzIGFwYXJ0OlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHQ8dWw+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+MS4gQ3VzdG9taXphdGlvbjo8XC9zdHJvbmc+IFdlIGJ1aWxkIGZlYXR1cmVzIHlvdSBuZWVkXHUyMDE0aW5jbHVkZWQgaW4gRW50ZXJwcmlzZSBwbGFuczxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0PGxpPjxzcGFuPjxzdHJvbmc+Mi4gSW50ZWdyYXRpb246PFwvc3Ryb25nPiA1IHBsYXRmb3JtcyAoSFJNUywgQWNjb3VudGluZywgUmVjcnVpdG1lbnQsIFByb2plY3RzLCBQT1MpIHdvcmsgdG9nZXRoZXI8XC9zcGFuPjxcL2xpPlxuXHRcdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxsaT48c3Bhbj48c3Ryb25nPjMuIFByaWNpbmc6PFwvc3Ryb25nPiA1MC03MCUgY2hlYXBlciB0aGFuIGVudGVycHJpc2UgY29tcGV0aXRvcnMgKFdvcmtkYXksIFNBUCwgQURQKTxcL3NwYW4+PFwvbGk+XG5cdFx0XHRcdFx0XHRcdFx0XHRcdFx0XHRcdDxcL3VsPiIsImV4cGFuZGVkIjoieWVzIiwiX2lkIjoiNDE3YTJhZSJ9LHsicXVlc3Rpb24iOiJXaG8gaXMgU21hcnRIUiBmb3I\\/IiwiYW5zd2VyIjoiQWNjZXNzIGNhcmUgYW55dGltZSwgbW9uaXRvciB2aXRhbHMgaW4gcmVhbCB0aW1lLCBhbmQgbWFuYWdlIHlvdXIgZW50aXJlIGZhbWlseVx1MjAxOXMgaGVhbHRoIGZyb20gb25lIHNlY3VyZSBwbGF0Zm9ybS5cdFx0XHRcdFx0XHRcdFx0XHRcdCIsImV4cGFuZGVkIjoiIiwiX2lkIjoiNTU1MDczOSJ9XSwiYWN0aXZlSXRlbUluZGV4IjoxLCJfaWQiOiI0OGQ5YjY0In1dLCJjdGFfdGV4dCI6IlZpZXcgQWxsIEZBUVx1MjAxOXMiLCJmYXFzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWZhcSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1500, 236, '_menu_item_type', 'custom'),
(1501, 236, '_menu_item_menu_item_parent', '7'),
(1502, 236, '_menu_item_object_id', '236'),
(1503, 236, '_menu_item_object', 'custom'),
(1504, 236, '_menu_item_target', ''),
(1505, 236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1506, 236, '_menu_item_xfn', ''),
(1507, 236, '_menu_item_url', '#'),
(1509, 16, '_wp_old_date', '2025-11-12'),
(1510, 220, '_wp_old_date', '2025-11-12'),
(1511, 7, '_wp_old_date', '2025-11-12'),
(1512, 19, '_wp_old_date', '2025-11-12'),
(1513, 17, '_wp_old_date', '2025-11-12'),
(1514, 18, '_wp_old_date', '2025-11-12'),
(1515, 237, '_edit_last', '1'),
(1516, 237, '_wp_page_template', 'elementor_header_footer'),
(1517, 237, '_edit_lock', '1763011718:1'),
(1518, 239, '_edit_last', '1'),
(1519, 239, '_edit_lock', '1763011426:1'),
(1520, 239, '_wp_page_template', 'default'),
(1521, 241, '_edit_last', '1'),
(1522, 241, '_edit_lock', '1763011543:1'),
(1523, 241, '_wp_page_template', 'default'),
(1524, 243, '_menu_item_type', 'post_type'),
(1525, 243, '_menu_item_menu_item_parent', '220'),
(1526, 243, '_menu_item_object_id', '237'),
(1527, 243, '_menu_item_object', 'page'),
(1528, 243, '_menu_item_target', ''),
(1529, 243, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1530, 243, '_menu_item_xfn', ''),
(1531, 243, '_menu_item_url', ''),
(1533, 244, '_menu_item_type', 'post_type'),
(1534, 244, '_menu_item_menu_item_parent', '243'),
(1535, 244, '_menu_item_object_id', '241'),
(1536, 244, '_menu_item_object', 'page'),
(1537, 244, '_menu_item_target', ''),
(1538, 244, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1539, 244, '_menu_item_xfn', ''),
(1540, 244, '_menu_item_url', ''),
(1542, 245, '_menu_item_type', 'post_type'),
(1543, 245, '_menu_item_menu_item_parent', '243'),
(1544, 245, '_menu_item_object_id', '239'),
(1545, 245, '_menu_item_object', 'page'),
(1546, 245, '_menu_item_target', ''),
(1547, 245, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1548, 245, '_menu_item_xfn', ''),
(1549, 245, '_menu_item_url', ''),
(1551, 237, '_elementor_edit_mode', 'builder'),
(1552, 237, '_elementor_template_type', 'wp-page'),
(1553, 237, '_elementor_version', '3.33.0'),
(1554, 247, '_wp_page_template', 'elementor_header_footer'),
(1555, 247, '_elementor_edit_mode', 'builder'),
(1556, 247, '_elementor_template_type', 'wp-page'),
(1557, 247, '_elementor_version', '3.33.0'),
(1558, 248, '_wp_page_template', 'elementor_header_footer'),
(1559, 248, '_elementor_edit_mode', 'builder'),
(1560, 248, '_elementor_template_type', 'wp-page'),
(1561, 248, '_elementor_version', '3.33.0'),
(1562, 237, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\",\"button_url\":{\"url\":\"\\/startups\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"\\/smb\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"\\/enterprise\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1563, 249, '_wp_page_template', 'elementor_header_footer'),
(1564, 249, '_elementor_edit_mode', 'builder'),
(1565, 249, '_elementor_template_type', 'wp-page'),
(1566, 249, '_elementor_version', '3.33.0'),
(1567, 249, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1568, 237, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1569, 250, '_wp_page_template', 'elementor_header_footer'),
(1570, 250, '_elementor_edit_mode', 'builder'),
(1571, 250, '_elementor_template_type', 'wp-page'),
(1572, 250, '_elementor_version', '3.33.0'),
(1573, 250, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1574, 250, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1575, 251, '_wp_page_template', 'elementor_header_footer'),
(1576, 251, '_elementor_edit_mode', 'builder'),
(1577, 251, '_elementor_template_type', 'wp-page'),
(1578, 251, '_elementor_version', '3.33.0'),
(1579, 251, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1580, 251, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1581, 252, '_wp_page_template', 'elementor_header_footer'),
(1582, 252, '_elementor_edit_mode', 'builder'),
(1583, 252, '_elementor_template_type', 'wp-page'),
(1584, 252, '_elementor_version', '3.33.0'),
(1585, 252, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1586, 252, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1589, 253, '_edit_last', '1'),
(1590, 253, '_edit_lock', '1763011543:1'),
(1591, 253, '_wp_page_template', 'default'),
(1592, 255, '_menu_item_type', 'post_type'),
(1593, 255, '_menu_item_menu_item_parent', '243'),
(1594, 255, '_menu_item_object_id', '253'),
(1595, 255, '_menu_item_object', 'page'),
(1596, 255, '_menu_item_target', ''),
(1597, 255, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1598, 255, '_menu_item_xfn', ''),
(1599, 255, '_menu_item_url', ''),
(1609, 257, '_wp_page_template', 'elementor_header_footer'),
(1610, 257, '_elementor_edit_mode', 'builder'),
(1611, 257, '_elementor_template_type', 'wp-page'),
(1612, 257, '_elementor_version', '3.33.0'),
(1613, 257, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1614, 257, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1615, 257, '_elementor_element_cache', '{\"timeout\":1763097816,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d79639 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6d79639\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c1941f\" data-id=\"0c1941f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjQ3ZWVkNDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1616, 258, '_wp_page_template', 'elementor_header_footer'),
(1617, 258, '_elementor_edit_mode', 'builder'),
(1618, 258, '_elementor_template_type', 'wp-page'),
(1619, 258, '_elementor_version', '3.33.0'),
(1620, 258, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1621, 258, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1622, 258, '_elementor_element_cache', '{\"timeout\":1763097816,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d79639 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6d79639\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c1941f\" data-id=\"0c1941f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjQ3ZWVkNDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1623, 259, '_wp_page_template', 'elementor_header_footer'),
(1624, 259, '_elementor_edit_mode', 'builder'),
(1625, 259, '_elementor_template_type', 'wp-page'),
(1626, 259, '_elementor_version', '3.33.0'),
(1627, 259, '_elementor_data', '[{\"id\":\"6d79639\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"0c1941f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"47eed44\",\"elType\":\"widget\",\"settings\":{\"section_title\":\"\",\"cards\":[{\"title\":\"Startups\",\"_id\":\"13148f8\",\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtext\":\"( 1-49 Employees )\",\"features\":[{\"text\":\"Essential HRMS to professionalize HR from day one\",\"_id\":\"4ebc35d\"},{\"text\":\"Automated payroll and compliance\",\"_id\":\"b47a6fd\"},{\"text\":\"Employee self-service portal\",\"_id\":\"fa90800\"},{\"text\":\"Simple, transparent pricing\",\"_id\":\"1ff162a\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore Startup Solutions\",\"activeItemIndex\":1,\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.\",\"feature_title\":\"What You Get:\",\"button_url\":{\"url\":\"\\/startups\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Small & Medium Business\",\"_id\":\"ca2a345\",\"subtext\":\"( 50-999 Employees )\",\"features\":[{\"text\":\"Complete HRMS with all modules\",\"_id\":\"cf9b7c3\"},{\"text\":\"Multi-location management\",\"_id\":\"82df210\"},{\"text\":\"Performance and learning management\",\"_id\":\"57549a3\"},{\"text\":\"Advanced analytics and reporting\",\"_id\":\"da0ef21\"},{\"text\":\"Project management integration\",\"_id\":\"9135661\"},{\"text\":\"Custom workflows\",\"_id\":\"b7e7bf5\"}],\"view_more_text\":\"\",\"warning_text\":\"\",\"button_text\":\"Explore SMB Solutions\",\"button_url\":{\"url\":\"\\/smb\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c2.jpg\",\"id\":103,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\"Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.\",\"feature_title\":\"What You Get:\"},{\"title\":\"Enterprise \",\"_id\":\"df879ea\",\"subtext\":\"( 1,000+ Employees )\",\"features\":[{\"text\":\"Everything in SMB, plus:\",\"_id\":\"07badc0\"},{\"text\":\"<b>Custom development<\\/b> (10 hours\\/month included)\",\"_id\":\"bfd658c\"},{\"text\":\"White-label option\",\"_id\":\"06f2a37\"},{\"text\":\"Multi-country payroll\",\"_id\":\"d1e276d\"},{\"text\":\"Dedicated account manager\",\"_id\":\"d1abb5c\"},{\"text\":\"SLA guarantees\",\"_id\":\"89ffb6f\"},{\"text\":\"Advanced security features\",\"_id\":\"d812b10\"}],\"view_more_text\":\"\",\"warning_text\":\"* Custom pricing (volume discounts available)\",\"button_text\":\"Explore Enterprise Solutions\",\"button_url\":{\"url\":\"\\/enterprise\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"activeItemIndex\":1,\"image\":{\"url\":\"https:\\/\\/demo-smarthrlanding-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/11\\/fc-c3.jpg\",\"id\":104,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"Your Challenge :\",\"subtitletext\":\" Global operations. Complex compliance. Need customization and white-label capability.\",\"feature_title\":\"What You Get:\"}],\"features\":[]},\"elements\":[],\"widgetType\":\"dl-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1628, 259, '_elementor_page_assets', 'a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(1629, 259, '_elementor_element_cache', '{\"timeout\":1763097816,\"value\":{\"content\":\"tt<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d79639 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6d79639\" data-element_type=\"section\">ntttttt<div class=\"elementor-container elementor-column-gap-no\">nttttt<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c1941f\" data-id=\"0c1941f\" data-element_type=\"column\">nttt<div class=\"elementor-widget-wrap elementor-element-populated\">ntttt[elementor-element k=\"2790c67340fbc41abc2b3288e2c28723\" data=\"eyJpZCI6IjQ3ZWVkNDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMy5qcGciLCJpZCI6MTA0LCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiIgR2xvYmFsIG9wZXJhdGlvbnMuIENvbXBsZXggY29tcGxpYW5jZS4gTmVlZCBjdXN0b21pemF0aW9uIGFuZCB3aGl0ZS1sYWJlbCBjYXBhYmlsaXR5LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In1dLCJmZWF0dXJlcyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkbC1ib3gifQ==\"]ttt</div>ntt</div>nttttt</div>ntt</section>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1630, 237, '_elementor_css', 'a:7:{s:4:\"time\";i:1763011686;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1631, 237, '_elementor_element_cache', '{\"timeout\":1763098086,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6d79639 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6d79639\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0c1941f\\\" data-id=\\\"0c1941f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"2790c67340fbc41abc2b3288e2c28723\\\" data=\\\"eyJpZCI6IjQ3ZWVkNDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWN0aW9uX3RpdGxlIjoiIiwiY2FyZHMiOlt7InRpdGxlIjoiU3RhcnR1cHMiLCJfaWQiOiIxMzE0OGY4IiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMS5qcGciLCJpZCI6MTAyLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0ZXh0IjoiKCAxLTQ5IEVtcGxveWVlcyApIiwiZmVhdHVyZXMiOlt7InRleHQiOiJFc3NlbnRpYWwgSFJNUyB0byBwcm9mZXNzaW9uYWxpemUgSFIgZnJvbSBkYXkgb25lIiwiX2lkIjoiNGViYzM1ZCJ9LHsidGV4dCI6IkF1dG9tYXRlZCBwYXlyb2xsIGFuZCBjb21wbGlhbmNlIiwiX2lkIjoiYjQ3YTZmZCJ9LHsidGV4dCI6IkVtcGxveWVlIHNlbGYtc2VydmljZSBwb3J0YWwiLCJfaWQiOiJmYTkwODAwIn0seyJ0ZXh0IjoiU2ltcGxlLCB0cmFuc3BhcmVudCBwcmljaW5nIiwiX2lkIjoiMWZmMTYyYSJ9XSwidmlld19tb3JlX3RleHQiOiIiLCJ3YXJuaW5nX3RleHQiOiIiLCJidXR0b25fdGV4dCI6IkV4cGxvcmUgU3RhcnR1cCBTb2x1dGlvbnMiLCJhY3RpdmVJdGVtSW5kZXgiOjEsInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IkxpbWl0ZWQgSFIgcmVzb3VyY2VzLiBFdmVyeSBtaW51dGUgY291bnRzLiBOZWVkIHByb2Zlc3Npb25hbCBIUiB3aXRob3V0IGVudGVycHJpc2UgY29tcGxleGl0eSBvciBjb3N0LiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6IiwiYnV0dG9uX3VybCI6eyJ1cmwiOiJcL3N0YXJ0dXBzXC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifX0seyJ0aXRsZSI6IlNtYWxsICYgTWVkaXVtIEJ1c2luZXNzIiwiX2lkIjoiY2EyYTM0NSIsInN1YnRleHQiOiIoIDUwLTk5OSBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiQ29tcGxldGUgSFJNUyB3aXRoIGFsbCBtb2R1bGVzIiwiX2lkIjoiY2Y5YjdjMyJ9LHsidGV4dCI6Ik11bHRpLWxvY2F0aW9uIG1hbmFnZW1lbnQiLCJfaWQiOiI4MmRmMjEwIn0seyJ0ZXh0IjoiUGVyZm9ybWFuY2UgYW5kIGxlYXJuaW5nIG1hbmFnZW1lbnQiLCJfaWQiOiI1NzU0OWEzIn0seyJ0ZXh0IjoiQWR2YW5jZWQgYW5hbHl0aWNzIGFuZCByZXBvcnRpbmciLCJfaWQiOiJkYTBlZjIxIn0seyJ0ZXh0IjoiUHJvamVjdCBtYW5hZ2VtZW50IGludGVncmF0aW9uIiwiX2lkIjoiOTEzNTY2MSJ9LHsidGV4dCI6IkN1c3RvbSB3b3JrZmxvd3MiLCJfaWQiOiJiN2U3YmY1In1dLCJ2aWV3X21vcmVfdGV4dCI6IiIsIndhcm5pbmdfdGV4dCI6IiIsImJ1dHRvbl90ZXh0IjoiRXhwbG9yZSBTTUIgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiJcL3NtYlwvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImFjdGl2ZUl0ZW1JbmRleCI6MSwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9kcmVhbXNzbWFydGhyLWxhbmRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzExXC9mYy1jMi5qcGciLCJpZCI6MTAzLCJzaXplIjoiIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJzdWJ0aXRsZSI6IllvdXIgQ2hhbGxlbmdlIDoiLCJzdWJ0aXRsZXRleHQiOiJSYXBpZCBncm93dGguIE1hbnVhbCBwcm9jZXNzZXMgYnJlYWtpbmcgZG93bi4gTmVlZCB0byBzY2FsZSBIUiB3aXRob3V0IHByb3BvcnRpb25hbCBoZWFkY291bnQgZ3Jvd3RoLiIsImZlYXR1cmVfdGl0bGUiOiJXaGF0IFlvdSBHZXQ6In0seyJ0aXRsZSI6IkVudGVycHJpc2UgIiwiX2lkIjoiZGY4NzllYSIsInN1YnRleHQiOiIoIDEsMDAwKyBFbXBsb3llZXMgKSIsImZlYXR1cmVzIjpbeyJ0ZXh0IjoiRXZlcnl0aGluZyBpbiBTTUIsIHBsdXM6IiwiX2lkIjoiMDdiYWRjMCJ9LHsidGV4dCI6IjxiPkN1c3RvbSBkZXZlbG9wbWVudDxcL2I+ICgxMCBob3Vyc1wvbW9udGggaW5jbHVkZWQpIiwiX2lkIjoiYmZkNjU4YyJ9LHsidGV4dCI6IldoaXRlLWxhYmVsIG9wdGlvbiIsIl9pZCI6IjA2ZjJhMzcifSx7InRleHQiOiJNdWx0aS1jb3VudHJ5IHBheXJvbGwiLCJfaWQiOiJkMWUyNzZkIn0seyJ0ZXh0IjoiRGVkaWNhdGVkIGFjY291bnQgbWFuYWdlciIsIl9pZCI6ImQxYWJiNWMifSx7InRleHQiOiJTTEEgZ3VhcmFudGVlcyIsIl9pZCI6Ijg5ZmZiNmYifSx7InRleHQiOiJBZHZhbmNlZCBzZWN1cml0eSBmZWF0dXJlcyIsIl9pZCI6ImQ4MTJiMTAifV0sInZpZXdfbW9yZV90ZXh0IjoiIiwid2FybmluZ190ZXh0IjoiKiBDdXN0b20gcHJpY2luZyAodm9sdW1lIGRpc2NvdW50cyBhdmFpbGFibGUpIiwiYnV0dG9uX3RleHQiOiJFeHBsb3JlIEVudGVycHJpc2UgU29sdXRpb25zIiwiYnV0dG9uX3VybCI6eyJ1cmwiOiJcL2VudGVycHJpc2UiLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiYWN0aXZlSXRlbUluZGV4IjoxLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2RyZWFtc3NtYXJ0aHItbGFuZGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL2ZjLWMzLmpwZyIsImlkIjoxMDQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sInN1YnRpdGxlIjoiWW91ciBDaGFsbGVuZ2UgOiIsInN1YnRpdGxldGV4dCI6IiBHbG9iYWwgb3BlcmF0aW9ucy4gQ29tcGxleCBjb21wbGlhbmNlLiBOZWVkIGN1c3RvbWl6YXRpb24gYW5kIHdoaXRlLWxhYmVsIGNhcGFiaWxpdHkuIiwiZmVhdHVyZV90aXRsZSI6IldoYXQgWW91IEdldDoifV0sImZlYXR1cmVzIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRsLWJveCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

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

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_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-11-12 04:08:04', '2025-11-12 04:08:04', '<!-- 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-11-12 04:08:04', '2025-11-12 04:08:04', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=1', 0, 'post', '', 1),
(2, 1, '2025-11-12 04:08:04', '2025-11-12 04:08:04', '<!-- 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\"><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></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\"><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></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/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-11-12 04:08:04', '2025-11-12 04:08:04', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2025-11-12 04:08:04', '2025-11-12 04:08:04', '<!-- 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://demo-smarthrlanding-wp.dreamstechnologies.com.</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-11-12 04:08:04', '2025-11-12 04:08:04', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2025-11-12 04:08:14', '2025-11-12 04:08:14', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-11-12 04:08:14', '2025-11-12 04:08:14', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/2025/11/12/navigation/', 0, 'wp_navigation', '', 0),
(5, 1, '2025-11-12 04:08:30', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-11-12 04:08:30', '0000-00-00 00:00:00', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=5', 0, 'post', '', 0),
(6, 1, '2025-11-12 04:08:45', '2025-11-12 04:08:45', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2025-11-12 04:08:45', '2025-11-12 04:08:45', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=6', 0, 'elementor_library', '', 0),
(7, 1, '2025-11-13 05:27:42', '2025-11-12 06:34:51', '', 'By Business Size', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-11-13 05:27:42', '2025-11-13 05:27:42', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=7', 7, 'nav_menu_item', '', 0),
(9, 1, '2025-11-12 06:35:23', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2025-11-12 06:35:23', '0000-00-00 00:00:00', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=9', 0, 'page', '', 0);
INSERT INTO `wp_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
(10, 1, '2025-11-12 06:35:57', '2025-11-12 06:35:57', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691495632c85c-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>Pricing &amp; Plans - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-pricing-plans-accordion-c-0\">\n														How much does SmartHR cost?\n													</button>\n												</h2>\n														A: Transparent pricing:\n													<ul>\n														<li><strong>1.Starter:</strong> $3-5/employee/month (10-100 employees)</li>\n														<li><strong>2. Professional:</strong> $8-12/employee/month (50-500 employees)</li>\n														<li><strong>3. Enterprise:</strong>  $15-25/employee/month (500+ employees, custom pricing)\n</li>\n													</ul>\n<p>Everything included. No hidden fees.</p>													\n												<h2 id=\"faq691495632c85c-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-pricing-plans-accordion-c-1\">\n														 Is there a free trial?\n													</button>\n												</h2>\n														A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\n												<h2 id=\"faq691495632c85c-pricing-plans-accordion-h-2\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-pricing-plans-accordion-c-2\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-pricing-plans-accordion-c-2\">\n														What&#039;s included vs. competitors that charge extra?\n													</button>\n												</h2>\n														A: A: Everything:\n<ul>\n														<li>All modules (no per-feature charges)</li>\n														<li>Project management (competitors don\'t have this</li>\n														<li>Accounting integration (deep, not basic)</li>\n<li>Unlimited API access</li>\n<li>24/7 support</li> \n<li>Implementation and training</li>\n</ul>													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-11-12 14:10:43', '2025-11-12 14:10:43', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=10', 0, 'page', '', 0),
(11, 1, '2025-11-12 06:35:57', '2025-11-12 06:35:57', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:35:57', '2025-11-12 06:35:57', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=11', 0, 'revision', '', 0),
(12, 1, '2025-11-12 06:36:12', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-11-12 06:36:12', '0000-00-00 00:00:00', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=12', 1, 'nav_menu_item', '', 0),
(13, 1, '2025-11-12 06:40:21', '2025-11-12 06:40:21', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:40:21', '2025-11-12 06:40:21', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=13', 0, 'revision', '', 0),
(14, 1, '2025-11-12 06:40:21', '2025-11-12 06:40:21', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:40:21', '2025-11-12 06:40:21', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=14', 0, 'revision', '', 0),
(15, 1, '2025-11-12 06:40:22', '2025-11-12 06:40:22', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:40:22', '2025-11-12 06:40:22', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=15', 0, 'revision', '', 0),
(16, 1, '2025-11-13 05:27:41', '2025-11-12 06:43:10', ' ', '', '', 'publish', 'closed', 'closed', '', '16', '', '', '2025-11-13 05:27:41', '2025-11-13 05:27:41', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=16', 1, 'nav_menu_item', '', 0),
(17, 1, '2025-11-13 05:27:42', '2025-11-12 06:46:53', ' ', '', '', 'publish', 'closed', 'closed', '', '17', '', '', '2025-11-13 05:27:42', '2025-11-13 05:27:42', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=17', 10, 'nav_menu_item', '', 0),
(18, 1, '2025-11-13 05:27:42', '2025-11-12 06:48:58', ' ', '', '', 'publish', 'closed', 'closed', '', '18', '', '', '2025-11-13 05:27:42', '2025-11-13 05:27:42', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=18', 11, 'nav_menu_item', '', 0),
(19, 1, '2025-11-13 05:27:42', '2025-11-12 06:48:58', '', 'Startups (1-50 employees)', '', 'publish', 'closed', 'closed', '', 'for-hospitals-clinics', '', '', '2025-11-13 05:27:42', '2025-11-13 05:27:42', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=19', 8, 'nav_menu_item', '', 0),
(20, 1, '2025-11-12 06:52:45', '2025-11-12 06:52:45', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:52:45', '2025-11-12 06:52:45', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=20', 0, 'revision', '', 0),
(21, 1, '2025-11-12 06:52:46', '2025-11-12 06:52:46', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:52:46', '2025-11-12 06:52:46', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=21', 0, 'revision', '', 0),
(22, 1, '2025-11-12 06:52:46', '2025-11-12 06:52:46', '<section id=\"home\">\n							<ul data-aos=\"fade-up\">\n																	<li>Transform</li>\n																	<li>Healthcare</li>\n																	<li>with Doccure</li>\n															</ul>\n							<h1>Complete White Label Telemedicine &amp; Practice Management Platform</h1>\n							<p>Build your own AI-powered healthcare ecosystem. Connect doctors, patients, clinics, pharmacies, and labs with smart monitoring, multi-system care, and IoT integration.</p>\n									<a href=\"https://doccure.io/pricing\">\n										Book a Demo \n									</a>\n																									<a href=\"https://doccure.io/book-a-demo\">\n										Request a Quote \n									</a>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Hero\">\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 06:52:46', '2025-11-12 06:52:46', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=22', 0, 'revision', '', 0);
INSERT INTO `wp_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
(23, 1, '2025-11-12 07:43:02', '2025-11-12 07:43:02', '<section id=\"home\">\n							<ul data-aos=\"fade-up\">\n																	<li>Transform</li>\n																	<li>Healthcare</li>\n																	<li>with Doccure</li>\n															</ul>\n							<h1>Complete White Label Telemedicine &amp; Practice Management Platform</h1>\n							<p>Build your own AI-powered healthcare ecosystem. Connect doctors, patients, clinics, pharmacies, and labs with smart monitoring, multi-system care, and IoT integration.</p>\n									<a href=\"https://doccure.io/pricing\">\n										Book a Demo \n									</a>\n																									<a href=\"https://doccure.io/book-a-demo\">\n										Request a Quote \n									</a>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Hero\">\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:43:02', '2025-11-12 07:43:02', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=23', 0, 'revision', '', 0),
(24, 1, '2025-11-12 07:43:02', '2025-11-12 07:43:02', '<section id=\"home\">\n							<ul data-aos=\"fade-up\">\n																	<li>Transform</li>\n																	<li>Healthcare</li>\n																	<li>with Doccure</li>\n															</ul>\n							<h1>Complete White Label Telemedicine &amp; Practice Management Platform</h1>\n							<p>Build your own AI-powered healthcare ecosystem. Connect doctors, patients, clinics, pharmacies, and labs with smart monitoring, multi-system care, and IoT integration.</p>\n									<a href=\"https://doccure.io/pricing\">\n										Book a Demo \n									</a>\n																									<a href=\"https://doccure.io/book-a-demo\">\n										Request a Quote \n									</a>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Hero\">\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:43:02', '2025-11-12 07:43:02', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=24', 0, 'revision', '', 0),
(25, 1, '2025-11-12 07:43:02', '2025-11-12 07:43:02', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:43:02', '2025-11-12 07:43:02', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=25', 0, 'revision', '', 0),
(26, 1, '2025-11-12 07:43:05', '2025-11-12 07:43:05', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:43:05', '2025-11-12 07:43:05', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=26', 0, 'revision', '', 0),
(27, 1, '2025-11-12 07:43:05', '2025-11-12 07:43:05', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:43:05', '2025-11-12 07:43:05', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=27', 0, 'revision', '', 0),
(28, 1, '2025-11-12 07:43:05', '2025-11-12 07:43:05', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:43:05', '2025-11-12 07:43:05', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=28', 0, 'revision', '', 0),
(30, 1, '2025-11-12 07:44:47', '2025-11-12 07:44:47', '', 'hero-img', '', 'inherit', 'open', 'closed', '', 'hero-img', '', '', '2025-11-12 07:44:47', '2025-11-12 07:44:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png', 0, 'attachment', 'image/png', 0),
(31, 1, '2025-11-12 07:44:54', '2025-11-12 07:44:54', '', 'shape-01', '', 'inherit', 'open', 'closed', '', 'shape-01', '', '', '2025-11-12 07:44:54', '2025-11-12 07:44:54', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2025-11-12 07:45:13', '2025-11-12 07:45:13', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:45:13', '2025-11-12 07:45:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=32', 0, 'revision', '', 0),
(33, 1, '2025-11-12 07:45:14', '2025-11-12 07:45:14', '', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:45:14', '2025-11-12 07:45:14', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=33', 0, 'revision', '', 0),
(34, 1, '2025-11-12 07:45:15', '2025-11-12 07:45:15', '<!-- Hero Section -->\n		<section id=\"home\">\n							<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"assets/img/hero-img.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-02.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-03.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-04.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-05.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-06.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">									\n						</section>\n							<p>Trusted by 2,500+ companies World Wide</p>\n							<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:45:15', '2025-11-12 07:45:15', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=34', 0, 'revision', '', 0),
(35, 1, '2025-11-12 07:46:06', '2025-11-12 07:46:06', '<!-- Hero Section -->\n		<section id=\"home\">\n							<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"assets/img/hero-img.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-02.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-03.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-04.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-05.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-06.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">									\n						</section>\n							<p>Trusted by 2,500+ companies World Wide</p>\n							<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:46:06', '2025-11-12 07:46:06', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=35', 0, 'revision', '', 0),
(36, 1, '2025-11-12 07:46:07', '2025-11-12 07:46:07', '<!-- Hero Section -->\n		<section id=\"home\">\n							<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"assets/img/hero-img.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-02.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-03.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-04.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-05.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-06.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">									\n						</section>\n							<p>Trusted by 2,500+ companies World Wide</p>\n							<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:46:07', '2025-11-12 07:46:07', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=36', 0, 'revision', '', 0),
(37, 1, '2025-11-12 07:46:08', '2025-11-12 07:46:08', '<!-- Hero Section -->\n		<section id=\"home\">\n							<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"assets/img/hero-img.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-02.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-03.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-04.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-05.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-06.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">									\n						</section>\n							<p>Trusted by 2,500+ companies World Wide</p>\n							<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:46:08', '2025-11-12 07:46:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=37', 0, 'revision', '', 0),
(39, 1, '2025-11-12 07:53:19', '2025-11-12 07:53:19', '<!-- Hero Section -->\n		<section id=\"home\">\n							<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"assets/img/hero-img.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-02.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-03.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-04.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-05.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-06.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">									\n						</section>\n							<p>Trusted by 2,500+ companies World Wide</p>\n							<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:53:19', '2025-11-12 07:53:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=39', 0, 'revision', '', 0),
(40, 1, '2025-11-12 07:53:19', '2025-11-12 07:53:19', '<!-- Hero Section -->\n		<section id=\"home\">\n							<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn\'t just another HRMS, it\'s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"assets/img/hero-img.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-02.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-03.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-04.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-05.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-06.png\" alt=\"Client\">\n									<img src=\"assets/img/client/client-01.png\" alt=\"Client\">									\n						</section>\n							<p>Trusted by 2,500+ companies World Wide</p>\n							<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:53:19', '2025-11-12 07:53:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=40', 0, 'revision', '', 0),
(41, 1, '2025-11-12 07:53:19', '2025-11-12 07:53:19', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:53:19', '2025-11-12 07:53:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=41', 0, 'revision', '', 0),
(42, 1, '2025-11-12 07:54:33', '2025-11-12 07:54:33', '', 'client-01', '', 'inherit', 'open', 'closed', '', 'client-01', '', '', '2025-11-12 07:54:33', '2025-11-12 07:54:33', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2025-11-12 07:54:34', '2025-11-12 07:54:34', '', 'client-02', '', 'inherit', 'open', 'closed', '', 'client-02', '', '', '2025-11-12 07:54:34', '2025-11-12 07:54:34', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png', 0, 'attachment', 'image/png', 0),
(44, 1, '2025-11-12 07:54:35', '2025-11-12 07:54:35', '', 'client-03', '', 'inherit', 'open', 'closed', '', 'client-03', '', '', '2025-11-12 07:54:35', '2025-11-12 07:54:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2025-11-12 07:54:37', '2025-11-12 07:54:37', '', 'client-04', '', 'inherit', 'open', 'closed', '', 'client-04', '', '', '2025-11-12 07:54:37', '2025-11-12 07:54:37', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2025-11-12 07:54:38', '2025-11-12 07:54:38', '', 'client-05', '', 'inherit', 'open', 'closed', '', 'client-05', '', '', '2025-11-12 07:54:38', '2025-11-12 07:54:38', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png', 0, 'attachment', 'image/png', 0),
(47, 1, '2025-11-12 07:54:39', '2025-11-12 07:54:39', '', 'client-06', '', 'inherit', 'open', 'closed', '', 'client-06', '', '', '2025-11-12 07:54:39', '2025-11-12 07:54:39', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png', 0, 'attachment', 'image/png', 0),
(49, 1, '2025-11-12 07:57:21', '2025-11-12 07:57:21', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:57:21', '2025-11-12 07:57:21', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=49', 0, 'revision', '', 0),
(50, 1, '2025-11-12 07:57:21', '2025-11-12 07:57:21', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:57:21', '2025-11-12 07:57:21', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=50', 0, 'revision', '', 0),
(51, 1, '2025-11-12 07:57:22', '2025-11-12 07:57:22', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 07:57:22', '2025-11-12 07:57:22', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=51', 0, 'revision', '', 0),
(52, 1, '2025-11-12 08:03:29', '2025-11-12 08:03:29', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:03:29', '2025-11-12 08:03:29', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=52', 0, 'revision', '', 0),
(53, 1, '2025-11-12 08:03:29', '2025-11-12 08:03:29', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:03:29', '2025-11-12 08:03:29', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=53', 0, 'revision', '', 0),
(54, 1, '2025-11-12 08:03:29', '2025-11-12 08:03:29', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:03:29', '2025-11-12 08:03:29', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=54', 0, 'revision', '', 0),
(56, 1, '2025-11-12 08:07:13', '2025-11-12 08:07:13', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:07:13', '2025-11-12 08:07:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=56', 0, 'revision', '', 0),
(57, 1, '2025-11-12 08:07:13', '2025-11-12 08:07:13', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:07:13', '2025-11-12 08:07:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=57', 0, 'revision', '', 0),
(58, 1, '2025-11-12 08:07:14', '2025-11-12 08:07:14', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:07:14', '2025-11-12 08:07:14', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=58', 0, 'revision', '', 0),
(60, 1, '2025-11-12 08:15:03', '2025-11-12 08:15:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:15:03', '2025-11-12 08:15:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=60', 0, 'revision', '', 0),
(61, 1, '2025-11-12 08:15:03', '2025-11-12 08:15:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:15:03', '2025-11-12 08:15:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=61', 0, 'revision', '', 0),
(62, 1, '2025-11-12 08:15:03', '2025-11-12 08:15:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:15:03', '2025-11-12 08:15:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=62', 0, 'revision', '', 0),
(63, 1, '2025-11-12 08:19:52', '2025-11-12 08:19:52', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:19:52', '2025-11-12 08:19:52', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=63', 0, 'revision', '', 0);
INSERT INTO `wp_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
(64, 1, '2025-11-12 08:19:52', '2025-11-12 08:19:52', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software \n							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:19:52', '2025-11-12 08:19:52', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=64', 0, 'revision', '', 0),
(65, 1, '2025-11-12 08:19:52', '2025-11-12 08:19:52', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:19:52', '2025-11-12 08:19:52', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=65', 0, 'revision', '', 0),
(66, 1, '2025-11-12 08:23:04', '2025-11-12 08:23:04', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:23:04', '2025-11-12 08:23:04', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=66', 0, 'revision', '', 0),
(67, 1, '2025-11-12 08:23:04', '2025-11-12 08:23:04', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:23:04', '2025-11-12 08:23:04', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=67', 0, 'revision', '', 0),
(68, 1, '2025-11-12 08:23:04', '2025-11-12 08:23:04', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:23:04', '2025-11-12 08:23:04', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=68', 0, 'revision', '', 0),
(70, 1, '2025-11-12 08:26:08', '2025-11-12 08:26:08', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:26:08', '2025-11-12 08:26:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=70', 0, 'revision', '', 0),
(71, 1, '2025-11-12 08:26:08', '2025-11-12 08:26:08', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:26:08', '2025-11-12 08:26:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=71', 0, 'revision', '', 0),
(72, 1, '2025-11-12 08:26:08', '2025-11-12 08:26:08', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:26:08', '2025-11-12 08:26:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=72', 0, 'revision', '', 0),
(73, 1, '2025-11-12 08:27:57', '2025-11-12 08:27:57', '', 'shape-07', '', 'inherit', 'open', 'closed', '', 'shape-07', '', '', '2025-11-12 08:27:57', '2025-11-12 08:27:57', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png', 0, 'attachment', 'image/png', 0),
(74, 1, '2025-11-12 08:28:05', '2025-11-12 08:28:05', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:28:05', '2025-11-12 08:28:05', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=74', 0, 'revision', '', 0),
(75, 1, '2025-11-12 08:28:05', '2025-11-12 08:28:05', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:28:05', '2025-11-12 08:28:05', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=75', 0, 'revision', '', 0),
(76, 1, '2025-11-12 08:28:05', '2025-11-12 08:28:05', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 08:28:05', '2025-11-12 08:28:05', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=76', 0, 'revision', '', 0),
(77, 1, '2025-11-12 09:45:45', '2025-11-12 09:45:45', '', 'sec-i-01', '', 'inherit', 'open', 'closed', '', 'sec-i-01', '', '', '2025-11-12 09:45:45', '2025-11-12 09:45:45', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2025-11-12 09:47:03', '2025-11-12 09:47:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:47:03', '2025-11-12 09:47:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=78', 0, 'revision', '', 0),
(79, 1, '2025-11-12 09:47:03', '2025-11-12 09:47:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:47:03', '2025-11-12 09:47:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=79', 0, 'revision', '', 0),
(80, 1, '2025-11-12 09:47:03', '2025-11-12 09:47:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:47:03', '2025-11-12 09:47:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=80', 0, 'revision', '', 0),
(81, 1, '2025-11-12 09:47:31', '2025-11-12 09:47:31', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:47:31', '2025-11-12 09:47:31', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=81', 0, 'revision', '', 0);
INSERT INTO `wp_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
(82, 1, '2025-11-12 09:47:31', '2025-11-12 09:47:31', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:47:31', '2025-11-12 09:47:31', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=82', 0, 'revision', '', 0),
(83, 1, '2025-11-12 09:47:32', '2025-11-12 09:47:32', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:47:32', '2025-11-12 09:47:32', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=83', 0, 'revision', '', 0),
(84, 1, '2025-11-12 09:53:59', '2025-11-12 09:53:59', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:53:59', '2025-11-12 09:53:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=84', 0, 'revision', '', 0),
(85, 1, '2025-11-12 09:53:59', '2025-11-12 09:53:59', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:53:59', '2025-11-12 09:53:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=85', 0, 'revision', '', 0),
(86, 1, '2025-11-12 09:53:59', '2025-11-12 09:53:59', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																							<li>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</li>\n																					</ul>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:53:59', '2025-11-12 09:53:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=86', 0, 'revision', '', 0),
(87, 1, '2025-11-12 09:57:39', '2025-11-12 09:57:39', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																							<li>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</li>\n																					</ul>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:57:39', '2025-11-12 09:57:39', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=87', 0, 'revision', '', 0),
(88, 1, '2025-11-12 09:57:39', '2025-11-12 09:57:39', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																							<li>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</li>\n																					</ul>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:57:39', '2025-11-12 09:57:39', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=88', 0, 'revision', '', 0);
INSERT INTO `wp_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
(89, 1, '2025-11-12 09:57:39', '2025-11-12 09:57:39', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 09:57:39', '2025-11-12 09:57:39', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=89', 0, 'revision', '', 0),
(90, 1, '2025-11-12 10:03:43', '2025-11-12 10:03:43', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:03:43', '2025-11-12 10:03:43', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=90', 0, 'revision', '', 0),
(91, 1, '2025-11-12 10:03:43', '2025-11-12 10:03:43', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:03:43', '2025-11-12 10:03:43', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=91', 0, 'revision', '', 0),
(92, 1, '2025-11-12 10:03:43', '2025-11-12 10:03:43', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:03:43', '2025-11-12 10:03:43', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=92', 0, 'revision', '', 0),
(93, 1, '2025-11-12 10:04:29', '2025-11-12 10:04:29', '', 'aw-ico-1', '', 'inherit', 'open', 'closed', '', 'aw-ico-1', '', '', '2025-11-12 10:04:29', '2025-11-12 10:04:29', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png', 0, 'attachment', 'image/png', 0),
(94, 1, '2025-11-12 10:04:30', '2025-11-12 10:04:30', '', 'aw-ico-2', '', 'inherit', 'open', 'closed', '', 'aw-ico-2', '', '', '2025-11-12 10:04:30', '2025-11-12 10:04:30', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png', 0, 'attachment', 'image/png', 0),
(95, 1, '2025-11-12 10:04:31', '2025-11-12 10:04:31', '', 'aw-ico-3', '', 'inherit', 'open', 'closed', '', 'aw-ico-3', '', '', '2025-11-12 10:04:31', '2025-11-12 10:04:31', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png', 0, 'attachment', 'image/png', 0),
(96, 1, '2025-11-12 10:04:44', '2025-11-12 10:04:44', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:04:44', '2025-11-12 10:04:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=96', 0, 'revision', '', 0),
(97, 1, '2025-11-12 10:04:44', '2025-11-12 10:04:44', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:04:44', '2025-11-12 10:04:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=97', 0, 'revision', '', 0);
INSERT INTO `wp_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
(98, 1, '2025-11-12 10:04:44', '2025-11-12 10:04:44', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:04:44', '2025-11-12 10:04:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=98', 0, 'revision', '', 0),
(99, 1, '2025-11-12 10:04:53', '2025-11-12 10:04:53', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:04:53', '2025-11-12 10:04:53', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=99', 0, 'revision', '', 0),
(100, 1, '2025-11-12 10:04:53', '2025-11-12 10:04:53', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:04:53', '2025-11-12 10:04:53', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=100', 0, 'revision', '', 0),
(101, 1, '2025-11-12 10:04:53', '2025-11-12 10:04:53', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:04:53', '2025-11-12 10:04:53', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=101', 0, 'revision', '', 0),
(102, 1, '2025-11-12 10:12:36', '2025-11-12 10:12:36', '', 'fc-c1', '', 'inherit', 'open', 'closed', '', 'fc-c1', '', '', '2025-11-12 10:12:36', '2025-11-12 10:12:36', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg', 0, 'attachment', 'image/jpeg', 0),
(103, 1, '2025-11-12 10:12:37', '2025-11-12 10:12:37', '', 'fc-c2', '', 'inherit', 'open', 'closed', '', 'fc-c2', '', '', '2025-11-12 10:12:37', '2025-11-12 10:12:37', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2025-11-12 10:12:38', '2025-11-12 10:12:38', '', 'fc-c3', '', 'inherit', 'open', 'closed', '', 'fc-c3', '', '', '2025-11-12 10:12:38', '2025-11-12 10:12:38', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 1, '2025-11-12 10:12:44', '2025-11-12 10:12:44', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:12:44', '2025-11-12 10:12:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=105', 0, 'revision', '', 0),
(106, 1, '2025-11-12 10:12:45', '2025-11-12 10:12:45', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:12:45', '2025-11-12 10:12:45', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=106', 0, 'revision', '', 0);
INSERT INTO `wp_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-11-12 10:12:45', '2025-11-12 10:12:45', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>SMBs</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>Enterprises</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:12:45', '2025-11-12 10:12:45', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=107', 0, 'revision', '', 0),
(109, 1, '2025-11-12 10:24:03', '2025-11-12 10:24:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>SMBs</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>Enterprises</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:24:03', '2025-11-12 10:24:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=109', 0, 'revision', '', 0),
(110, 1, '2025-11-12 10:24:03', '2025-11-12 10:24:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>SMBs</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>Enterprises</h3>									<p>( 1-49 Employees )</p>								\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n									<a>View More</a>									* Custom pricing (volume discounts available)								\n																<a href=\"\">Explore Startup Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:24:03', '2025-11-12 10:24:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=110', 0, 'revision', '', 0),
(111, 1, '2025-11-12 10:24:03', '2025-11-12 10:24:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>SMBs</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"#\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>Enterprises</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Startup Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:24:03', '2025-11-12 10:24:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=111', 0, 'revision', '', 0);
INSERT INTO `wp_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-11-12 10:28:35', '2025-11-12 10:28:35', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>SMBs</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"#\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>Enterprises</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Startup Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:28:35', '2025-11-12 10:28:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=112', 0, 'revision', '', 0),
(113, 1, '2025-11-12 10:28:35', '2025-11-12 10:28:35', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>SMBs</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"#\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"/>									<h3>Enterprises</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Startup Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:28:35', '2025-11-12 10:28:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=113', 0, 'revision', '', 0),
(114, 1, '2025-11-12 10:28:35', '2025-11-12 10:28:35', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li>&lt;b&gt;Custom development&lt;/b&gt; (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:28:35', '2025-11-12 10:28:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=114', 0, 'revision', '', 0),
(115, 1, '2025-11-12 10:28:46', '2025-11-12 10:28:46', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li>&lt;b&gt;Custom development&lt;/b&gt; (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:28:46', '2025-11-12 10:28:46', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=115', 0, 'revision', '', 0);
INSERT INTO `wp_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
(116, 1, '2025-11-12 10:28:47', '2025-11-12 10:28:47', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li>&lt;b&gt;Custom development&lt;/b&gt; (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:28:47', '2025-11-12 10:28:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=116', 0, 'revision', '', 0),
(117, 1, '2025-11-12 10:28:47', '2025-11-12 10:28:47', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li>&lt;b&gt;Custom development&lt;/b&gt; (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:28:47', '2025-11-12 10:28:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=117', 0, 'revision', '', 0),
(118, 1, '2025-11-12 10:34:26', '2025-11-12 10:34:26', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li>&lt;b&gt;Custom development&lt;/b&gt; (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:34:26', '2025-11-12 10:34:26', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=118', 0, 'revision', '', 0),
(119, 1, '2025-11-12 10:34:26', '2025-11-12 10:34:26', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>\n								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>\n								<h5>What You Get:</h5>\n								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li>&lt;b&gt;Custom development&lt;/b&gt; (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:34:26', '2025-11-12 10:34:26', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=119', 0, 'revision', '', 0);
INSERT INTO `wp_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
(120, 1, '2025-11-12 10:34:26', '2025-11-12 10:34:26', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:34:26', '2025-11-12 10:34:26', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=120', 0, 'revision', '', 0),
(121, 1, '2025-11-12 10:35:24', '2025-11-12 10:35:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:35:24', '2025-11-12 10:35:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=121', 0, 'revision', '', 0),
(122, 1, '2025-11-12 10:35:24', '2025-11-12 10:35:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:35:24', '2025-11-12 10:35:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=122', 0, 'revision', '', 0),
(123, 1, '2025-11-12 10:35:24', '2025-11-12 10:35:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:35:24', '2025-11-12 10:35:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=123', 0, 'revision', '', 0);
INSERT INTO `wp_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
(124, 1, '2025-11-12 10:36:01', '2025-11-12 10:36:01', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:36:01', '2025-11-12 10:36:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=124', 0, 'revision', '', 0),
(125, 1, '2025-11-12 10:36:01', '2025-11-12 10:36:01', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:36:01', '2025-11-12 10:36:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=125', 0, 'revision', '', 0),
(126, 1, '2025-11-12 10:36:01', '2025-11-12 10:36:01', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:36:01', '2025-11-12 10:36:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=126', 0, 'revision', '', 0),
(128, 1, '2025-11-12 10:39:08', '2025-11-12 10:39:08', '', 'blogimg1', '', 'inherit', 'open', 'closed', '', 'blogimg1', '', '', '2025-11-12 10:39:08', '2025-11-12 10:39:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png', 0, 'attachment', 'image/png', 0),
(129, 1, '2025-11-12 10:39:12', '2025-11-12 10:39:12', '', 'blogimg2', '', 'inherit', 'open', 'closed', '', 'blogimg2', '', '', '2025-11-12 10:39:12', '2025-11-12 10:39:12', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg2.png', 0, 'attachment', 'image/png', 0),
(130, 1, '2025-11-12 10:39:15', '2025-11-12 10:39:15', '', 'blogimg3', '', 'inherit', 'open', 'closed', '', 'blogimg3', '', '', '2025-11-12 10:39:15', '2025-11-12 10:39:15', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png', 0, 'attachment', 'image/png', 0),
(131, 1, '2025-11-12 10:39:18', '2025-11-12 10:39:18', '', 'blogimg4', '', 'inherit', 'open', 'closed', '', 'blogimg4', '', '', '2025-11-12 10:39:18', '2025-11-12 10:39:18', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.png', 0, 'attachment', 'image/png', 0),
(132, 1, '2025-11-12 10:39:21', '2025-11-12 10:39:21', '', 'blogimg5', '', 'inherit', 'open', 'closed', '', 'blogimg5', '', '', '2025-11-12 10:39:21', '2025-11-12 10:39:21', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png', 0, 'attachment', 'image/png', 0),
(133, 1, '2025-11-12 10:42:13', '2025-11-12 10:42:13', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:42:13', '2025-11-12 10:42:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=133', 0, 'revision', '', 0);
INSERT INTO `wp_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, '2025-11-12 10:42:13', '2025-11-12 10:42:13', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:42:13', '2025-11-12 10:42:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=134', 0, 'revision', '', 0),
(135, 1, '2025-11-12 10:42:13', '2025-11-12 10:42:13', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:42:13', '2025-11-12 10:42:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=135', 0, 'revision', '', 0),
(136, 1, '2025-11-12 10:42:26', '2025-11-12 10:42:26', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:42:26', '2025-11-12 10:42:26', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=136', 0, 'revision', '', 0),
(137, 1, '2025-11-12 10:42:26', '2025-11-12 10:42:26', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:42:26', '2025-11-12 10:42:26', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=137', 0, 'revision', '', 0);
INSERT INTO `wp_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
(138, 1, '2025-11-12 10:42:26', '2025-11-12 10:42:26', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:42:26', '2025-11-12 10:42:26', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=138', 0, 'revision', '', 0),
(139, 1, '2025-11-12 10:43:40', '2025-11-12 10:43:40', '', 'blogimg4', '', 'inherit', 'open', 'closed', '', 'blogimg4-2', '', '', '2025-11-12 10:43:40', '2025-11-12 10:43:40', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2025-11-12 10:43:50', '2025-11-12 10:43:50', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:43:50', '2025-11-12 10:43:50', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=140', 0, 'revision', '', 0),
(141, 1, '2025-11-12 10:43:51', '2025-11-12 10:43:51', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:43:51', '2025-11-12 10:43:51', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=141', 0, 'revision', '', 0);
INSERT INTO `wp_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
(142, 1, '2025-11-12 10:43:51', '2025-11-12 10:43:51', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:43:51', '2025-11-12 10:43:51', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=142', 0, 'revision', '', 0),
(143, 1, '2025-11-12 10:44:38', '2025-11-12 10:44:38', '', 'blogimg6', '', 'inherit', 'open', 'closed', '', 'blogimg6', '', '', '2025-11-12 10:44:38', '2025-11-12 10:44:38', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png', 0, 'attachment', 'image/png', 0),
(144, 1, '2025-11-12 10:45:06', '2025-11-12 10:45:06', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:45:06', '2025-11-12 10:45:06', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=144', 0, 'revision', '', 0),
(145, 1, '2025-11-12 10:45:06', '2025-11-12 10:45:06', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:45:06', '2025-11-12 10:45:06', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=145', 0, 'revision', '', 0);
INSERT INTO `wp_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
(146, 1, '2025-11-12 10:45:07', '2025-11-12 10:45:07', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 10:45:07', '2025-11-12 10:45:07', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=146', 0, 'revision', '', 0),
(147, 1, '2025-11-12 11:06:59', '2025-11-12 11:06:59', '', 'ico-2', '', 'inherit', 'open', 'closed', '', 'ico-2', '', '', '2025-11-12 11:06:59', '2025-11-12 11:06:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png', 0, 'attachment', 'image/png', 0),
(148, 1, '2025-11-12 11:07:00', '2025-11-12 11:07:00', '', 'ico-3', '', 'inherit', 'open', 'closed', '', 'ico-3', '', '', '2025-11-12 11:07:00', '2025-11-12 11:07:00', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png', 0, 'attachment', 'image/png', 0),
(149, 1, '2025-11-12 11:07:01', '2025-11-12 11:07:01', '', 'ico-4', '', 'inherit', 'open', 'closed', '', 'ico-4', '', '', '2025-11-12 11:07:01', '2025-11-12 11:07:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png', 0, 'attachment', 'image/png', 0),
(150, 1, '2025-11-12 11:07:50', '2025-11-12 11:07:50', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:07:50', '2025-11-12 11:07:50', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=150', 0, 'revision', '', 0),
(151, 1, '2025-11-12 11:07:50', '2025-11-12 11:07:50', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:07:50', '2025-11-12 11:07:50', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=151', 0, 'revision', '', 0);
INSERT INTO `wp_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
(152, 1, '2025-11-12 11:07:50', '2025-11-12 11:07:50', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																		<tr>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n									</tr>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																											<tr>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n									</tr>\n																	</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:07:50', '2025-11-12 11:07:50', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=152', 0, 'revision', '', 0),
(153, 1, '2025-11-12 11:08:22', '2025-11-12 11:08:22', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																		<tr>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n									</tr>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																											<tr>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n									</tr>\n																	</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:08:22', '2025-11-12 11:08:22', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=153', 0, 'revision', '', 0);
INSERT INTO `wp_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
(154, 1, '2025-11-12 11:08:22', '2025-11-12 11:08:22', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																		<tr>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n									</tr>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																											<tr>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n										<td style=\"background: transparent; padding: 0;\"></td>\n									</tr>\n																	</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:08:22', '2025-11-12 11:08:22', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=154', 0, 'revision', '', 0),
(155, 1, '2025-11-12 11:08:22', '2025-11-12 11:08:22', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:08:22', '2025-11-12 11:08:22', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=155', 0, 'revision', '', 0),
(157, 1, '2025-11-12 11:16:24', '2025-11-12 11:16:24', '', 'laptop', '', 'inherit', 'open', 'closed', '', 'laptop', '', '', '2025-11-12 11:16:24', '2025-11-12 11:16:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_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
(158, 1, '2025-11-12 11:18:23', '2025-11-12 11:18:23', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:18:23', '2025-11-12 11:18:23', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=158', 0, 'revision', '', 0),
(159, 1, '2025-11-12 11:18:24', '2025-11-12 11:18:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:18:24', '2025-11-12 11:18:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=159', 0, 'revision', '', 0);
INSERT INTO `wp_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
(160, 1, '2025-11-12 11:18:24', '2025-11-12 11:18:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:18:24', '2025-11-12 11:18:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=160', 0, 'revision', '', 0),
(161, 1, '2025-11-12 11:22:08', '2025-11-12 11:22:08', '', 'fc-c4', '', 'inherit', 'open', 'closed', '', 'fc-c4', '', '', '2025-11-12 11:22:08', '2025-11-12 11:22:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 1, '2025-11-12 11:22:13', '2025-11-12 11:22:13', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:22:13', '2025-11-12 11:22:13', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=162', 0, 'revision', '', 0);
INSERT INTO `wp_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
(163, 1, '2025-11-12 11:22:14', '2025-11-12 11:22:14', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:22:14', '2025-11-12 11:22:14', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=163', 0, 'revision', '', 0),
(164, 1, '2025-11-12 11:22:14', '2025-11-12 11:22:14', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:22:14', '2025-11-12 11:22:14', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=164', 0, 'revision', '', 0);
INSERT INTO `wp_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
(165, 1, '2025-11-12 11:23:08', '2025-11-12 11:23:08', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:23:08', '2025-11-12 11:23:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=165', 0, 'revision', '', 0),
(166, 1, '2025-11-12 11:23:08', '2025-11-12 11:23:08', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:23:08', '2025-11-12 11:23:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=166', 0, 'revision', '', 0);
INSERT INTO `wp_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
(167, 1, '2025-11-12 11:23:08', '2025-11-12 11:23:08', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:23:08', '2025-11-12 11:23:08', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=167', 0, 'revision', '', 0),
(168, 1, '2025-11-12 11:30:30', '2025-11-12 11:30:30', '', 'section-01', '', 'inherit', 'open', 'closed', '', 'section-01', '', '', '2025-11-12 11:30:30', '2025-11-12 11:30:30', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png', 0, 'attachment', 'image/png', 0),
(169, 1, '2025-11-12 11:30:35', '2025-11-12 11:30:35', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:30:35', '2025-11-12 11:30:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=169', 0, 'revision', '', 0);
INSERT INTO `wp_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
(170, 1, '2025-11-12 11:30:35', '2025-11-12 11:30:35', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:30:35', '2025-11-12 11:30:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=170', 0, 'revision', '', 0),
(171, 1, '2025-11-12 11:30:35', '2025-11-12 11:30:35', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"\">Explore White-Label Options</a>							<a href=\"\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:30:35', '2025-11-12 11:30:35', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=171', 0, 'revision', '', 0);
INSERT INTO `wp_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
(172, 1, '2025-11-12 11:31:01', '2025-11-12 11:31:01', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"\">Explore White-Label Options</a>							<a href=\"\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:31:01', '2025-11-12 11:31:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=172', 0, 'revision', '', 0),
(173, 1, '2025-11-12 11:31:01', '2025-11-12 11:31:01', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"\">Explore White-Label Options</a>							<a href=\"\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:31:01', '2025-11-12 11:31:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=173', 0, 'revision', '', 0);
INSERT INTO `wp_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
(174, 1, '2025-11-12 11:31:01', '2025-11-12 11:31:01', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:31:01', '2025-11-12 11:31:01', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=174', 0, 'revision', '', 0),
(175, 1, '2025-11-12 11:36:45', '2025-11-12 11:36:45', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:36:45', '2025-11-12 11:36:45', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=175', 0, 'revision', '', 0);
INSERT INTO `wp_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
(176, 1, '2025-11-12 11:36:46', '2025-11-12 11:36:46', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:36:46', '2025-11-12 11:36:46', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=176', 0, 'revision', '', 0),
(177, 1, '2025-11-12 11:36:47', '2025-11-12 11:36:47', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:36:47', '2025-11-12 11:36:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=177', 0, 'revision', '', 0),
(178, 1, '2025-11-12 11:37:44', '2025-11-12 11:37:44', '', 'client-07', '', 'inherit', 'open', 'closed', '', 'client-07', '', '', '2025-11-12 11:37:44', '2025-11-12 11:37:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png', 0, 'attachment', 'image/png', 0),
(179, 1, '2025-11-12 11:37:46', '2025-11-12 11:37:46', '', 'client-08', '', 'inherit', 'open', 'closed', '', 'client-08', '', '', '2025-11-12 11:37:46', '2025-11-12 11:37:46', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png', 0, 'attachment', 'image/png', 0),
(180, 1, '2025-11-12 11:37:49', '2025-11-12 11:37:49', '', 'client-09', '', 'inherit', 'open', 'closed', '', 'client-09', '', '', '2025-11-12 11:37:49', '2025-11-12 11:37:49', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png', 0, 'attachment', 'image/png', 0),
(182, 1, '2025-11-12 11:37:53', '2025-11-12 11:37:53', '', 'client-10', '', 'inherit', 'open', 'closed', '', 'client-10', '', '', '2025-11-12 11:37:53', '2025-11-12 11:37:53', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png', 0, 'attachment', 'image/png', 0),
(183, 1, '2025-11-12 11:37:57', '2025-11-12 11:37:57', '', 'client-11', '', 'inherit', 'open', 'closed', '', 'client-11', '', '', '2025-11-12 11:37:57', '2025-11-12 11:37:57', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png', 0, 'attachment', 'image/png', 0),
(184, 1, '2025-11-12 11:38:00', '2025-11-12 11:38:00', '', 'client-12', '', 'inherit', 'open', 'closed', '', 'client-12', '', '', '2025-11-12 11:38:00', '2025-11-12 11:38:00', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_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
(185, 1, '2025-11-12 11:41:41', '2025-11-12 11:41:41', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:41:41', '2025-11-12 11:41:41', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=185', 0, 'revision', '', 0),
(186, 1, '2025-11-12 11:41:41', '2025-11-12 11:41:41', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:41:41', '2025-11-12 11:41:41', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=186', 0, 'revision', '', 0);
INSERT INTO `wp_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
(187, 1, '2025-11-12 11:41:41', '2025-11-12 11:41:41', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:41:41', '2025-11-12 11:41:41', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=187', 0, 'revision', '', 0);
INSERT INTO `wp_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
(188, 1, '2025-11-12 11:41:59', '2025-11-12 11:41:59', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:41:59', '2025-11-12 11:41:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=188', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(189, 1, '2025-11-12 11:41:59', '2025-11-12 11:41:59', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:41:59', '2025-11-12 11:41:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=189', 0, 'revision', '', 0);
INSERT INTO `wp_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
(190, 1, '2025-11-12 11:41:59', '2025-11-12 11:41:59', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:41:59', '2025-11-12 11:41:59', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=190', 0, 'revision', '', 0),
(191, 1, '2025-11-12 11:42:55', '2025-11-12 11:42:55', '', 'ico-1', '', 'inherit', 'open', 'closed', '', 'ico-1', '', '', '2025-11-12 11:42:55', '2025-11-12 11:42:55', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_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
(192, 1, '2025-11-12 11:43:11', '2025-11-12 11:43:11', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:43:11', '2025-11-12 11:43:11', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=192', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(193, 1, '2025-11-12 11:43:11', '2025-11-12 11:43:11', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:43:11', '2025-11-12 11:43:11', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=193', 0, 'revision', '', 0);
INSERT INTO `wp_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
(194, 1, '2025-11-12 11:43:11', '2025-11-12 11:43:11', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:43:11', '2025-11-12 11:43:11', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=194', 0, 'revision', '', 0);
INSERT INTO `wp_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
(195, 1, '2025-11-12 11:52:17', '2025-11-12 11:52:17', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:52:17', '2025-11-12 11:52:17', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=195', 0, 'revision', '', 0);
INSERT INTO `wp_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
(196, 1, '2025-11-12 11:52:17', '2025-11-12 11:52:17', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:52:17', '2025-11-12 11:52:17', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=196', 0, 'revision', '', 0);
INSERT INTO `wp_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
(197, 1, '2025-11-12 11:52:18', '2025-11-12 11:52:18', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 11:52:18', '2025-11-12 11:52:18', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=197', 0, 'revision', '', 0);
INSERT INTO `wp_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
(198, 1, '2025-11-12 12:29:09', '2025-11-12 12:29:09', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:29:09', '2025-11-12 12:29:09', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=198', 0, 'revision', '', 0);
INSERT INTO `wp_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
(199, 1, '2025-11-12 12:29:11', '2025-11-12 12:29:11', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:29:11', '2025-11-12 12:29:11', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=199', 0, 'revision', '', 0);
INSERT INTO `wp_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
(200, 1, '2025-11-12 12:29:16', '2025-11-12 12:29:16', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:29:16', '2025-11-12 12:29:16', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=200', 0, 'revision', '', 0),
(201, 1, '2025-11-12 12:31:04', '2025-11-12 12:31:04', '', 'section-05', '', 'inherit', 'open', 'closed', '', 'section-05', '', '', '2025-11-12 12:31:04', '2025-11-12 12:31:04', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_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
(202, 1, '2025-11-12 12:33:30', '2025-11-12 12:33:30', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:33:30', '2025-11-12 12:33:30', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=202', 0, 'revision', '', 0);
INSERT INTO `wp_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
(203, 1, '2025-11-12 12:33:31', '2025-11-12 12:33:31', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:33:31', '2025-11-12 12:33:31', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=203', 0, 'revision', '', 0);
INSERT INTO `wp_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
(204, 1, '2025-11-12 12:33:31', '2025-11-12 12:33:31', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69147e9b8da6e-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:33:31', '2025-11-12 12:33:31', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=204', 0, 'revision', '', 0);
INSERT INTO `wp_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
(205, 1, '2025-11-12 12:38:03', '2025-11-12 12:38:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69147e9b8da6e-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:38:03', '2025-11-12 12:38:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=205', 0, 'revision', '', 0);
INSERT INTO `wp_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
(206, 1, '2025-11-12 12:38:04', '2025-11-12 12:38:04', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69147e9b8da6e-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147e9b8da6e-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147e9b8da6e-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147e9b8da6e-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147e9b8da6e-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147e9b8da6e-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n														A: Customization, Integration, Pricing													\n												<h2 id=\"faq69147e9b8da6e-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147e9b8da6e-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147e9b8da6e-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses seeking customizable, integrated HR solutions.													\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:38:04', '2025-11-12 12:38:04', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=206', 0, 'revision', '', 0);
INSERT INTO `wp_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
(207, 1, '2025-11-12 12:38:04', '2025-11-12 12:38:04', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69147fac3a73d-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:38:04', '2025-11-12 12:38:04', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=207', 0, 'revision', '', 0),
(208, 1, '2025-11-12 12:39:24', '2025-11-12 12:39:24', '', 'blogimg6', '', 'inherit', 'open', 'closed', '', 'blogimg6-2', '', '', '2025-11-12 12:39:24', '2025-11-12 12:39:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png', 0, 'attachment', 'image/png', 0),
(209, 1, '2025-11-12 12:39:27', '2025-11-12 12:39:27', '', 'blogimg7', '', 'inherit', 'open', 'closed', '', 'blogimg7', '', '', '2025-11-12 12:39:27', '2025-11-12 12:39:27', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png', 0, 'attachment', 'image/png', 0),
(210, 1, '2025-11-12 12:39:28', '2025-11-12 12:39:28', '', 'blogimg8', '', 'inherit', 'open', 'closed', '', 'blogimg8', '', '', '2025-11-12 12:39:28', '2025-11-12 12:39:28', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_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
(211, 1, '2025-11-12 12:40:19', '2025-11-12 12:40:19', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69147fac3a73d-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:40:19', '2025-11-12 12:40:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=211', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(212, 1, '2025-11-12 12:40:19', '2025-11-12 12:40:19', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69147fac3a73d-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69147fac3a73d-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69147fac3a73d-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69147fac3a73d-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69147fac3a73d-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69147fac3a73d-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69147fac3a73d-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69147fac3a73d-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69147fac3a73d-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:40:19', '2025-11-12 12:40:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=212', 0, 'revision', '', 0);
INSERT INTO `wp_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
(213, 1, '2025-11-12 12:40:19', '2025-11-12 12:40:19', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691480339a541-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:40:19', '2025-11-12 12:40:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=213', 0, 'revision', '', 0);
INSERT INTO `wp_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
(214, 1, '2025-11-12 12:45:24', '2025-11-12 12:45:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691480339a541-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:45:24', '2025-11-12 12:45:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=214', 0, 'revision', '', 0);
INSERT INTO `wp_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
(215, 1, '2025-11-12 12:45:24', '2025-11-12 12:45:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691480339a541-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691480339a541-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691480339a541-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691480339a541-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691480339a541-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691480339a541-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691480339a541-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691480339a541-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691480339a541-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:45:24', '2025-11-12 12:45:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=215', 0, 'revision', '', 0);
INSERT INTO `wp_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
(216, 1, '2025-11-12 12:45:24', '2025-11-12 12:45:24', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#1\">Telemedicine</a>									<h4><a href=\"#2\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69148164c93a3-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:45:24', '2025-11-12 12:45:24', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=216', 0, 'revision', '', 0);
INSERT INTO `wp_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
(217, 1, '2025-11-12 12:47:47', '2025-11-12 12:47:47', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#1\">Telemedicine</a>									<h4><a href=\"#2\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69148164c93a3-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:47:47', '2025-11-12 12:47:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=217', 0, 'revision', '', 0);
INSERT INTO `wp_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
(218, 1, '2025-11-12 12:47:47', '2025-11-12 12:47:47', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#1\">Telemedicine</a>									<h4><a href=\"#2\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq69148164c93a3-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq69148164c93a3-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq69148164c93a3-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq69148164c93a3-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq69148164c93a3-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq69148164c93a3-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq69148164c93a3-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq69148164c93a3-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq69148164c93a3-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:47:47', '2025-11-12 12:47:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=218', 0, 'revision', '', 0);
INSERT INTO `wp_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
(219, 1, '2025-11-12 12:47:47', '2025-11-12 12:47:47', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691481f3dbeec-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 12:47:47', '2025-11-12 12:47:47', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=219', 0, 'revision', '', 0),
(220, 1, '2025-11-13 05:27:41', '2025-11-12 13:00:26', '', 'Solutions', '', 'publish', 'closed', 'closed', '', '220', '', '', '2025-11-13 05:27:41', '2025-11-13 05:27:41', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=220', 2, 'nav_menu_item', '', 0);
INSERT INTO `wp_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
(221, 1, '2025-11-12 13:54:51', '2025-11-12 13:54:51', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691481f3dbeec-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 13:54:51', '2025-11-12 13:54:51', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=221', 0, 'revision', '', 0);
INSERT INTO `wp_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
(222, 1, '2025-11-12 13:54:51', '2025-11-12 13:54:51', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										For Patients\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										For Doctors\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										For Clinics &amp; Pharmacies\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										All in one integrated system\n									</button>\n								</h2>\n										Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Comprehensive Reports</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691481f3dbeec-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691481f3dbeec-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691481f3dbeec-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691481f3dbeec-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691481f3dbeec-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691481f3dbeec-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691481f3dbeec-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691481f3dbeec-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691481f3dbeec-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 13:54:51', '2025-11-12 13:54:51', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=222', 0, 'revision', '', 0);
INSERT INTO `wp_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
(223, 1, '2025-11-12 13:54:51', '2025-11-12 13:54:51', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691491abc314b-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 13:54:51', '2025-11-12 13:54:51', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=223', 0, 'revision', '', 0);
INSERT INTO `wp_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
(224, 1, '2025-11-12 13:58:44', '2025-11-12 13:58:44', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691491abc314b-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 13:58:44', '2025-11-12 13:58:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=224', 0, 'revision', '', 0);
INSERT INTO `wp_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
(225, 1, '2025-11-12 13:58:44', '2025-11-12 13:58:44', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business.</p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">Top TeleHealth Innovations to Watch Out for in 2025</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691491abc314b-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691491abc314b-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691491abc314b-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691491abc314b-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691491abc314b-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691491abc314b-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691491abc314b-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691491abc314b-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691491abc314b-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 13:58:44', '2025-11-12 13:58:44', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=225', 0, 'revision', '', 0);
INSERT INTO `wp_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
(226, 1, '2025-11-12 13:58:45', '2025-11-12 13:58:45', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq6914929508024-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 13:58:45', '2025-11-12 13:58:45', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=226', 0, 'revision', '', 0);
INSERT INTO `wp_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
(227, 1, '2025-11-12 14:03:19', '2025-11-12 14:03:19', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq6914929508024-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:03:19', '2025-11-12 14:03:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=227', 0, 'revision', '', 0);
INSERT INTO `wp_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
(228, 1, '2025-11-12 14:03:19', '2025-11-12 14:03:19', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq6914929508024-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914929508024-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914929508024-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914929508024-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914929508024-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914929508024-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914929508024-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914929508024-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914929508024-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:03:19', '2025-11-12 14:03:19', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=228', 0, 'revision', '', 0);
INSERT INTO `wp_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
(229, 1, '2025-11-12 14:03:20', '2025-11-12 14:03:20', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691493a80a585-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-pricing-plans-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-pricing-plans-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:03:20', '2025-11-12 14:03:20', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=229', 0, 'revision', '', 0);
INSERT INTO `wp_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
(230, 1, '2025-11-12 14:10:02', '2025-11-12 14:10:02', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691493a80a585-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-pricing-plans-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-pricing-plans-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:10:02', '2025-11-12 14:10:02', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=230', 0, 'revision', '', 0);
INSERT INTO `wp_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
(231, 1, '2025-11-12 14:10:03', '2025-11-12 14:10:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691493a80a585-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691493a80a585-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691493a80a585-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691493a80a585-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-pricing-plans-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-pricing-plans-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691493a80a585-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691493a80a585-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691493a80a585-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691493a80a585-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691493a80a585-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:10:03', '2025-11-12 14:10:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=231', 0, 'revision', '', 0);
INSERT INTO `wp_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
(232, 1, '2025-11-12 14:10:03', '2025-11-12 14:10:03', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq6914953b2dff7-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>Pricing &amp; Plans - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-0\">\n														How much does SmartHR cost?\n													</button>\n												</h2>\n														A: Transparent pricing:\n													<ul>\n														<li><strong>1.Starter:</strong> $3-5/employee/month (10-100 employees)</li>\n														<li><strong>2. Professional:</strong> $8-12/employee/month (50-500 employees)</li>\n														<li><strong>3. Enterprise:</strong>  $15-25/employee/month (500+ employees, custom pricing)\n</li>\n													</ul>\n<p>Everything included. No hidden fees.</p>													\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-1\">\n														 Is there a free trial?\n													</button>\n												</h2>\n														A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-2\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-2\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-2\">\n														What&#039;s included vs. competitors that charge extra?\n													</button>\n												</h2>\n														A: A: Everything:\n<ul>\n														<li>All modules (no per-feature charges)</li>\n														<li>Project management (competitors don\'t have this</li>\n														<li>Accounting integration (deep, not basic)</li>\n<li>Unlimited API access</li>\n<li>24/7 support</li> \n<li>Implementation and training</li>\n</ul>													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:10:03', '2025-11-12 14:10:03', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=232', 0, 'revision', '', 0);
INSERT INTO `wp_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
(233, 1, '2025-11-12 14:10:42', '2025-11-12 14:10:42', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq6914953b2dff7-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>Pricing &amp; Plans - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-0\">\n														How much does SmartHR cost?\n													</button>\n												</h2>\n														A: Transparent pricing:\n													<ul>\n														<li><strong>1.Starter:</strong> $3-5/employee/month (10-100 employees)</li>\n														<li><strong>2. Professional:</strong> $8-12/employee/month (50-500 employees)</li>\n														<li><strong>3. Enterprise:</strong>  $15-25/employee/month (500+ employees, custom pricing)\n</li>\n													</ul>\n<p>Everything included. No hidden fees.</p>													\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-1\">\n														 Is there a free trial?\n													</button>\n												</h2>\n														A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-2\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-2\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-2\">\n														What&#039;s included vs. competitors that charge extra?\n													</button>\n												</h2>\n														A: A: Everything:\n<ul>\n														<li>All modules (no per-feature charges)</li>\n														<li>Project management (competitors don\'t have this</li>\n														<li>Accounting integration (deep, not basic)</li>\n<li>Unlimited API access</li>\n<li>24/7 support</li> \n<li>Implementation and training</li>\n</ul>													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:10:42', '2025-11-12 14:10:42', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=233', 0, 'revision', '', 0);
INSERT INTO `wp_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
(234, 1, '2025-11-12 14:10:43', '2025-11-12 14:10:43', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq6914953b2dff7-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq6914953b2dff7-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq6914953b2dff7-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq6914953b2dff7-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>Pricing &amp; Plans - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-0\">\n														How much does SmartHR cost?\n													</button>\n												</h2>\n														A: Transparent pricing:\n													<ul>\n														<li><strong>1.Starter:</strong> $3-5/employee/month (10-100 employees)</li>\n														<li><strong>2. Professional:</strong> $8-12/employee/month (50-500 employees)</li>\n														<li><strong>3. Enterprise:</strong>  $15-25/employee/month (500+ employees, custom pricing)\n</li>\n													</ul>\n<p>Everything included. No hidden fees.</p>													\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-1\">\n														 Is there a free trial?\n													</button>\n												</h2>\n														A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\n												<h2 id=\"faq6914953b2dff7-pricing-plans-accordion-h-2\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-pricing-plans-accordion-c-2\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-pricing-plans-accordion-c-2\">\n														What&#039;s included vs. competitors that charge extra?\n													</button>\n												</h2>\n														A: A: Everything:\n<ul>\n														<li>All modules (no per-feature charges)</li>\n														<li>Project management (competitors don\'t have this</li>\n														<li>Accounting integration (deep, not basic)</li>\n<li>Unlimited API access</li>\n<li>24/7 support</li> \n<li>Implementation and training</li>\n</ul>													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq6914953b2dff7-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq6914953b2dff7-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq6914953b2dff7-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq6914953b2dff7-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq6914953b2dff7-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:10:43', '2025-11-12 14:10:43', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=234', 0, 'revision', '', 0);
INSERT INTO `wp_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
(235, 1, '2025-11-12 14:10:43', '2025-11-12 14:10:43', '<!-- Hero Section -->\n		<section id=\"home\">\n														<h1>\n								Global Cloud HRManagement Software 							</h1>\n							<h2>Fully Customizable for Your Business</h2>\n							<p>SmartHR isn&#039;t just another HRMS, it&#039;s a completely configurable platform that adapts to your unique workflows, integrates with your existing systems, and grows with your business. Get enterprise capabilities at startup prices, with the flexibility to customize anything you need.</p>						\n									Average Rating (1,200+ reviews)								\n								<a href=\"https://doccure.io/pricing\">\n									Get Your Free Demo\n								</a>								\n								<a href=\"https://doccure.io/pricing\">\n									Watch Demo\n								</a>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/hero-img-1.png\" alt=\"Hero\">							\n						<section data-aos=\"fade-up\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-01-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-02-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-03-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-04-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-05-1.png\" alt=\"Client\">\n																			<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-06-1.png\" alt=\"Client\">\n						</section>\n															<p>Trusted by 2,500+ companies World Wide</p>\n															<p>Managing 150,000+ employees across 45+ countries</p>\n				<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-01-1.png\" alt=\"Shape\">\n		</section>\n		<!-- /Hero Section -->\n							<section>\n							<h2>Our Trust Signals Bar</h2>\n									<h4>Customize Everything</h4>\n									<p>Workflows, modules, and features built for you</p>\n									<h4>Live in Days</h4>\n									<p>1-3 weeks average, not 6 months</p>\n							<h3>Global Trusted<br />Product</h3>\n															<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/shape-07.png\" alt=\"\"/>\n									<h4>Global Compliance</h4>\n									<p>50+ countries, auto-updated regulations</p>\n									<h4>Real Integration</h4>\n									<p>HRMS + Accounting + Projects + More</p>\n		</section>\n							<section>\n							<h2>Why SmartHR Beats Enterprise Giants and Regional Players</h2>							<p>A Modular Platform Covering Every Aspect of Healthcare Delivery</p>						\n						<ul role=\"tablist\">\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#built-for-you-not-the-other-way-around-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"true\">\n									Built for You, Not the Other Way Around\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#five-platforms-that-actually-talk-to-each-other-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									Five Platforms That Actually Talk to Each Other\n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button data-bs-toggle=\"tab\" data-bs-target=\"#white-label-ready-for-partners-e7ac4c6\" type=\"button\" role=\"tab\" aria-selected=\"false\">\n									White-Label Ready for Partners\n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>Rigid systems force you into their workflows. Need something unique? Tough luck or pay $50K+ for &quot;custom development.&quot;</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>Examples We&#039;ve Built:</h3>																				<ul>\n																							<li>Construction certified payroll + union reporting</li>\n																							<li>Healthcare credential tracking + on-call scheduling</li>\n																							<li>Hospitality tip tracking + seasonal workforce management</li>\n																							<li>Professional services client billing + utilization reports</li>\n																					</ul>\n											<a href=\"#\">Tell Us What You Need </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>The Problem with Others:</h3>										<p>They solve HR but ignore how your business actually operates. You&#039;re stuck with disconnected systems for projects, accounting, and recruitment.\n</p>										<h3>The SmartHR Difference:</h3>										<p>HRMS + Accounting + Recruitment + Project Management + POS—all sharing data seamlessly.</p>										<h3>What This Means:</h3>																				<ul>\n																							<li>Labor costs automatically flow to project profitability</li>\n																							<li>Sales data connects to commission calculations</li>\n																							<li>calculations Time tracking syncs to client invoicing</li>\n																							<li>Employee availability reflects in project planning</li>\n																					</ul>\n																														<p>Start with one platform. Add more as you grow. Each works independently but becomes powerful together.</p>\n											<a href=\"#\">Explore All Platforms </a>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/sec-i-01.jpg\" alt=\"\" />										\n											<a href=\"#\">\n											</a>\n										<h3>Perfect if you&#039;re:</h3>										<p>A payroll provider, accounting firm, business consultant, or regional distributor.\n</p>										<h3>The SmartHR Difference:</h3>										<p>Configure workflows yourself (no-code). Need something special? We build it for you—included in Enterprise plans. Custom features live in 2-4 weeks.</p>										<h3>What You Get:</h3>																				<ul>\n																							<li>Complete rebrand with your name, logo, colors</li>\n																							<li>Your pricing structure (you control margins)</li>\n																							<li>Partner portal for managing clients</li>\n																							<li>Technical support invisible to your clients</li>\n																							<li>Custom features for your niche market</li>\n																					</ul>\n											<a href=\"#\">Learn About Partnerships </a>\n		</section>\n							<section>\n							<h2>Awards Ribbon</h2>\n								<h3>Trusted by Global Businesses for Performance, Reliability, and Innovation</h3>								<a href=\"#\"></a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-1.png\" alt=\"\"/>									<h4>2025</h4>									<p>Best Value HR Software</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-2.png\" alt=\"\"/>									<h4>50 HR</h4>									<p>Top Tech Companies</p>								\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/aw-ico-3.png\" alt=\"\"/>									<h4>4.8/5</h4>									<p>Rating On G2 &amp; Capterra</p>								\n		</section>\n							<section>\n							<h2>From Startup to Enterprise, We’ve Got You Covered</h2>						\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>\n							<section>\n							<h2>Great Alone. Greater Together</h2>							<p>Pick any module you need, or unite them all to transform your business. Start with what matters most today. Add more as you grow. Every module works independently—but together, they create something extraordinary.</p>						\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>HRM SYSTEM</h3>												<h4><a href=\"#\">Manage People. Drive Performance.</a></h4>\n												<p>Your employees are your biggest investment. Stop treating HR like paperwork and start treating it like strategy.</p>												\n													<a href=\"#\">Explore HRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg1.png\" alt=\"Blog Image\"></a>\n												<h3>ACCOUNTING SYSTEM</h3>												<h4><a href=\"#\">Know Where Every Dollar Goes.</a></h4>\n												<p>Your P&amp;L shows revenue and expenses. But which clients are profitable? Which projects lose money? Where does your team&#039;s time actually go?\n</p>												\n													<a href=\"#\">Explore Accounting Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg3.png\" alt=\"Blog Image\"></a>\n												<h3>CRM SYSTEM</h3>												<h4><a href=\"#\">Turn Leads into Loyal Customers.</a></h4>\n												<p>Stop losing deals in spreadsheets. Manage your entire sales pipeline—from first contact to signed contract—with complete visibility and automation.\n</p>												\n													<a href=\"#\">Explore CRM Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg4.jpg\" alt=\"Blog Image\"></a>\n												<h3>PROJECT SYSTEM</h3>												<h4><a href=\"#\">Turn Time into Money.</a></h4>\n												<p>Every hour your team works should contribute to business goals. Without tracking, hours disappear into &quot;busy work&quot; that doesn&#039;t move the needle.\n</p>												\n													<a href=\"#\">Explore Project Features</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg5.png\" alt=\"Blog Image\"></a>\n												<h3>USER MANAGEMENT</h3>												<h4><a href=\"#\">Control Access. Ensure Security. Track Activity.</a></h4>\n												<p>Your business data is valuable. Control exactly who sees what, track every action, and maintain security without creating friction.\n</p>												\n													<a href=\"#\">Explore User Management</a>\n												<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6.png\" alt=\"Blog Image\"></a>\n												<h3>POS SYSTEM</h3>												<h4><a href=\"#\">Connect Front-Office to Back-Office.</a></h4>\n												<p>Sales happen at the counter, online, or in the field. Does that data connect to operations? Or are you manually reconciling at month-end?\n</p>												\n													<a href=\"#\">Explore POS Features</a>\n		</section>\n							<section>\n							<h2>Solutions for All Your Workforce Needs. Modular, So It Scales As You Do</h2>						\n							<table style=\"width: 100%;\">\n								<thead>\n									<tr>\n										<th></th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-2.png\" alt=\"\"/>												Challenge\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-3.png\" alt=\"\"/>												Solution\n										</th>\n										<th>\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-4.png\" alt=\"\"/>												Outcome\n										</th>\n									</tr>\n								</thead>\n								<tbody>\n																											<tr>\n										<td>Technology &amp; SaaS</td>\n										<td>Rapid scaling, global remote teams, equity management</td>\n										<td>Fast onboarding, multi-country payroll, custom equity tracking</td>\n										<td>Scale 3x without growing HR team</td>\n									</tr>\n																		<tr>\n										<td>Manufacturing</td>\n										<td>Shift-based workforce, safety compliance, union requirements</td>\n										<td>Biometric attendance, safety tracking, certified payroll</td>\n										<td>95% fewer attendance disputes, audit-ready compliance</td>\n									</tr>\n																		<tr>\n										<td>Retail &amp; E-commerce</td>\n										<td>High turnover, multi-location, seasonal peaks</td>\n										<td>Fast hiring, engagement surveys, POS integration</td>\n										<td>18% attrition reduction, optimized staffing</td>\n									</tr>\n																		<tr>\n										<td>Healthcare</td>\n										<td>Credential tracking, shift differentials, on-call management</td>\n										<td>Custom credential module, complex payroll, scheduling</td>\n										<td>100% credential compliance, accurate shift pay</td>\n									</tr>\n																		<tr>\n										<td>Financial Services</td>\n										<td>Regulatory compliance, performance tracking, audit requirements</td>\n										<td>Compliance automation, structured reviews, audit reports</td>\n										<td>0 regulatory findings, transparent performance</td>\n									</tr>\n																		<tr>\n										<td>Professional Services</td>\n										<td>Billable vs. non-billable, client profitability, utilization</td>\n										<td>Integrated time tracking, project costing, billing</td>\n										<td>25% revenue recovery from better time capture</td>\n									</tr>\n																										</tbody>\n							</table>\n							<a href=\"#\">See All Industries</a>						\n		</section>\n							<section>\n							<h2>Professional Time Tracking Built Right In</h2>							<p>Clockfie&#039;s powerful time tracking capabilities are fully integrated into SmartHR—no separate login, no data sync issues, no extra subscription.</p>						\n								<h3>03</h3>								<h4>Comprehensive Reports</h4>								<ul>\n																		<li><strong>Timesheet Reports:</strong> Detailed time logs by employee, project, or client</li>\n																		<li><strong>Time Use Analysis:</strong> Where your team\'s hours actually go</li>\n																		<li><strong>Project Time Reports:</strong> Budget vs actual time by project</li>\n																		<li><strong>Attendance Reports:</strong> Punctuality, overtime, and absence patterns</li>\n																		<li><strong>Poor Time Use Alerts:</strong> Identify unproductive time blocks</li>\n																		<li><strong>Web &amp; App Usage Tracking:</strong> Understand digital work patterns (optional, permission-based)</li>\n																		<li><strong>User Task Reports:</strong> Individual productivity and task completion</li>\n																	</ul>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/laptop.png\" alt=\"\"/>								\n							<h2>What You Get</h2>							\n												<h3>01</h3>												<h4>Dashboard Overview</h4>												<p>Real-time visibility into team productivity, project time allocation, and billable vs non-billable hours across your entire organization.</p>											\n												<h3>02</h3>												<h4>Edit Time &amp; Approvals</h4>												<p>Managers review and approve timesheet entries. Correct errors before they hit payroll. Approval workflow ensures accurate billing.</p>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c4.jpg\" alt=\"\"/>											\n												<h3>04</h3>												<h4>User Settings:</h4>												<p>Customize time tracking preferences, set billing rates, configure approval chains, and define what&#039;s tracked.</p>											\n						<h2>Business Impact</h2>\n														<p>Increase billable hour capture by 25-30%</p>						\n														<p>Eliminate timesheet disputes with detailed logs</p>						\n														<p>Understand true project costs for better pricing</p>						\n														<p>Identify productivity bottlenecks and optimize workflows</p>						\n							<a href=\"#\">Learn More About Time Tracking</a>						\n		</section>\n							<section class=\'section-faq\'>\n							<h2>Enterprise SAAS Management</h2>							<p>Run SmartHR as your own SaaS business. Manage hundreds of client companies from one master dashboard</p>						\n								<h3>Multi-Tenant Features:</h3>							\n								<h2 id=\"heading_595072a_0\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_0\" aria-expanded=\"true\" aria-controls=\"collapse_595072a_0\">\n										Company Management\n									</button>\n								</h2>\n										Create and manage unlimited client companies. Each gets isolated data, custom branding, and independent configurations.									\n								<h2 id=\"heading_595072a_1\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_1\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_1\">\n										Email Subscribers\n									</button>\n								</h2>\n										Manage email lists across all your client companies. Send announcements, updates, and marketing campaigns from the central dashboard.									\n								<h2 id=\"heading_595072a_2\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_2\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_2\">\n										Email Template Library\n									</button>\n								</h2>\n										Pre-built professional templates for onboarding, announcements, policy updates. Customize for each client or use global templates.									\n								<h2 id=\"heading_595072a_3\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_3\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_3\">\n										Landing Page Builder\n									</button>\n								</h2>\n										Create custom landing pages for each client company. Career pages, employee portals, customer-facing forms—all branded to their identity.									\n								<h2 id=\"heading_595072a_4\">\n									<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse_595072a_4\" aria-expanded=\"false\" aria-controls=\"collapse_595072a_4\">\n										Central Settings\n									</button>\n								</h2>\n										Master controls for all client companies. Push updates, manage subscriptions, monitor usage, and configure global policies.									\n								<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-01.png\" alt=\"\" />							\n							<h4>Perfect for</h4>							<ul>\n																<li>HR service providers managing multiple clients</li>\n																<li>Accounting firms offering HR to customers</li>\n																<li>Business consultants building SaaS revenue</li>\n																<li>Regional distributors with local customer base</li>\n																<li>Franchise operations with central HR</li>\n																<li>Pricing: Custom licensing model based on number of client companies managed</li>\n															</ul>\n							<a href=\"#\">Explore White-Label Options</a>							<a href=\"#\">Schedule Partner Demo</a>						\n		</section>\n							<section>\n							<h2>There&#039;s More Value Ahead</h2>						\n						<ul id=\"myTab_f5a4107\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"accounting-finance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#accounting-finance-pane\" type=\"button\" role=\"tab\" aria-controls=\"accounting-finance-pane\" aria-selected=\"true\">\n									Accounting &amp; Finance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"communication-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#communication-pane\" type=\"button\" role=\"tab\" aria-controls=\"communication-pane\" aria-selected=\"false\">\n									Communication \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"time-attendance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#time-attendance-pane\" type=\"button\" role=\"tab\" aria-controls=\"time-attendance-pane\" aria-selected=\"false\">\n									Time &amp; Attendance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"productivity-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#productivity-pane\" type=\"button\" role=\"tab\" aria-controls=\"productivity-pane\" aria-selected=\"false\">\n									Productivity \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"payments-banking-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#payments-banking-pane\" type=\"button\" role=\"tab\" aria-controls=\"payments-banking-pane\" aria-selected=\"false\">\n									Payments &amp; Banking \n								</button>\n							</li>\n													</ul>\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n										<h3>There&#039;s More Value Ahead</h3>										<p>Smoothly integrate SmartHR with native apps and third-party applications to streamline routine tasks and save time.</p>										<a href=\"#\">See All Integrations</a>									\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-07.png\" alt=\"\"/>												<h6>Slack</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-08.png\" alt=\"\"/>												<h6>Microsoft Teams</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-09.png\" alt=\"\"/>												<h6>Zoom</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-10.png\" alt=\"\"/>												<h6>Google Meet</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-11.png\" alt=\"\"/>												<h6>Telegram</h6>											\n												<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/client-12.png\" alt=\"\"/>												<h6>Discord</h6>											\n								<h3>And 5,000+ More via Zapier</h3>							\n								<a href=\"#\">View All Integrations</a>								<a href=\"#\">Request Custom Integration</a>							\n		</section>\n							<section>\n							<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/ico-1.png\" alt=\"\"/>							<h3>Own Your Data. Ditch the Stress</h3>							<p>Switching HR systems shouldn&#039;t be painful. Our proven migration process gets you live in 1-3 weeks—without disrupting operations.</p>						\n											<h6>Zero data loss</h6>											<p>Complete historical records preserved</p>										\n											<h6>Parallel run option</h6>											<p>Run both systems during transition</p>										\n											<h6>Dedicated migration specialist</h6>											<p>Your guide through every step</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n											<h6>Post-launch support</h6>											<p>30 days of hands-on help after go-live</p>										\n											<h6>Rollback plan</h6>											<p>Safety net if anything goes wrong</p>										\n		</section>\n							<section>\n							<h2>SmartHR Updates: Insights That Matter. <br />Resources That Help</h2>							<p>Instead of just collecting numbers, SmartHR turns raw information into clear, actionable insights. Make smarter, data-driven decisions that truly impact your workforce.</p>						\n									<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg6-1.png\" alt=\"\"></a>								\n									<a href=\"#\">Telemedicine</a>									<h4><a href=\"#\">2025 Global HR Compliance Changes: What You Need to Know</a></h4>									<p>New regulations across EU, APAC, and LATAM that affect your business. </p>									\n										<a href=\"#\">Continue Reading</a>									\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg7.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">How AI is Transforming Recruitment: Real Results from 100 Companies</a></h4>											<p>Data-driven insights on AI-powered hiring and what actually works.</p>											\n												<a href=\"#\">Continue Reading</a>											\n											<a href=\"javascript:;\"><img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/blogimg8.png\" alt=\"\"></a>										\n											<a href=\"#\">Telemedicine</a>											<h4><a href=\"#\">The True Cost of HR Admin: Time Tracking Study Results</a></h4>											<p>We tracked 500 HR professionals for 6 months. The results will surprise you</p>											\n												<a href=\"#\">Continue Reading</a>											\n								<a href=\"#\">View All Blogs</a>\n		</section>\n							<section>\n				<h2>Frequently Asked Questions</h2>			\n						<ul id=\"faq691495632c85c-tablist\" role=\"tablist\">\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-general-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-general-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-general-pane\" aria-selected=\"true\">\n									General \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-pricing-plans-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-pricing-plans-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-pricing-plans-pane\" aria-selected=\"false\">\n									Pricing &amp; Plans \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-implementation-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-implementation-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-implementation-pane\" aria-selected=\"false\">\n									Implementation  \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-customization-features-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-customization-features-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-customization-features-pane\" aria-selected=\"false\">\n									Customization &amp; Features \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-security-compliance-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-security-compliance-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-security-compliance-pane\" aria-selected=\"false\">\n									Security &amp; Compliance \n								</button>\n							</li>\n														<li role=\"presentation\">\n								<button id=\"faq691495632c85c-support-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq691495632c85c-support-pane\" type=\"button\" role=\"tab\" aria-controls=\"faq691495632c85c-support-pane\" aria-selected=\"false\">\n									Support  \n								</button>\n							</li>\n													</ul>\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-general-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-general-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-general-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-general-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-general-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-general-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														A: Businesses from 10 to 10,000+ employees. We serve startups, SMBs, and enterprises across all industries globally.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>Pricing &amp; Plans - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-pricing-plans-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-pricing-plans-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-pricing-plans-accordion-c-0\">\n														How much does SmartHR cost?\n													</button>\n												</h2>\n														A: Transparent pricing:\n													<ul>\n														<li><strong>1.Starter:</strong> $3-5/employee/month (10-100 employees)</li>\n														<li><strong>2. Professional:</strong> $8-12/employee/month (50-500 employees)</li>\n														<li><strong>3. Enterprise:</strong>  $15-25/employee/month (500+ employees, custom pricing)\n</li>\n													</ul>\n<p>Everything included. No hidden fees.</p>													\n												<h2 id=\"faq691495632c85c-pricing-plans-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-pricing-plans-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-pricing-plans-accordion-c-1\">\n														 Is there a free trial?\n													</button>\n												</h2>\n														A: We offer personalized demos with your data in a sandbox environment (better than generic trials). See exactly how SmartHR works for your business.\n												<h2 id=\"faq691495632c85c-pricing-plans-accordion-h-2\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-pricing-plans-accordion-c-2\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-pricing-plans-accordion-c-2\">\n														What&#039;s included vs. competitors that charge extra?\n													</button>\n												</h2>\n														A: A: Everything:\n<ul>\n														<li>All modules (no per-feature charges)</li>\n														<li>Project management (competitors don\'t have this</li>\n														<li>Accounting integration (deep, not basic)</li>\n<li>Unlimited API access</li>\n<li>24/7 support</li> \n<li>Implementation and training</li>\n</ul>													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-implementation-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-implementation-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-implementation-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-implementation-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-implementation-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-implementation-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-customization-features-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-customization-features-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-customization-features-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-customization-features-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-customization-features-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-customization-features-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-security-compliance-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-security-compliance-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-security-compliance-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-security-compliance-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-security-compliance-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-security-compliance-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.													\n										<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/section-05.jpg\" alt=\"\" />											 \n										<h3>General - Category Questions</h3>										\n												<h2 id=\"faq691495632c85c-support-accordion-h-0\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-support-accordion-c-0\" aria-expanded=\"true\" aria-controls=\"faq691495632c85c-support-accordion-c-0\">\n														What makes SmartHR different from competitors?\n													</button>\n												</h2>\n															A: Three things set us apart:\n													<ul>\n														<li><strong>1. Customization:</strong> We build features you need—included in Enterprise plans</li>\n														<li><strong>2. Integration:</strong> 5 platforms (HRMS, Accounting, Recruitment, Projects, POS) work together</li>\n														<li><strong>3. Pricing:</strong> 50-70% cheaper than enterprise competitors (Workday, SAP, ADP)</li>\n													</ul>													\n												<h2 id=\"faq691495632c85c-support-accordion-h-1\">\n													<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq691495632c85c-support-accordion-c-1\" aria-expanded=\"false\" aria-controls=\"faq691495632c85c-support-accordion-c-1\">\n														Who is SmartHR for?\n													</button>\n												</h2>\n														Access care anytime, monitor vitals in real time, and manage your entire family’s health from one secure platform.																							\n				<a href=\"#\">\n					View All FAQ’s\n				</a>\n					</section>', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2025-11-12 14:10:43', '2025-11-12 14:10:43', '', 10, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=235', 0, 'revision', '', 0),
(236, 1, '2025-11-13 05:27:42', '2025-11-13 05:17:10', '', 'Small & Medium Business (51-500)', '', 'publish', 'closed', 'closed', '', 'small-medium-business-51-500', '', '', '2025-11-13 05:27:42', '2025-11-13 05:27:42', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=236', 9, 'nav_menu_item', '', 0),
(237, 1, '2025-11-13 05:18:15', '2025-11-13 05:18:15', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"/startups/\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"/smb/\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"/enterprise\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'publish', 'closed', 'closed', '', 'by-business-size', '', '', '2025-11-13 05:28:01', '2025-11-13 05:28:01', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=237', 0, 'page', '', 0),
(238, 1, '2025-11-13 05:18:15', '2025-11-13 05:18:15', 'By Business Size', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:18:15', '2025-11-13 05:18:15', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=238', 0, 'revision', '', 0),
(239, 1, '2025-11-13 05:18:26', '2025-11-13 05:18:26', 'Startups (1-50 employees)', 'Startups (1-50 employees)', '', 'publish', 'closed', 'closed', '', 'startups', '', '', '2025-11-13 05:25:37', '2025-11-13 05:25:37', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=239', 0, 'page', '', 0),
(240, 1, '2025-11-13 05:18:26', '2025-11-13 05:18:26', 'Startups (1-50 employees)', 'Startups (1-50 employees)', '', 'inherit', 'closed', 'closed', '', '239-revision-v1', '', '', '2025-11-13 05:18:26', '2025-11-13 05:18:26', '', 239, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=240', 0, 'revision', '', 0),
(241, 1, '2025-11-13 05:18:39', '2025-11-13 05:18:39', 'Small &amp; Medium Business (51-500)', 'Small & Medium Business (51-500)', '', 'publish', 'closed', 'closed', '', 'smb', '', '', '2025-11-13 05:26:28', '2025-11-13 05:26:28', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=241', 0, 'page', '', 0),
(242, 1, '2025-11-13 05:18:39', '2025-11-13 05:18:39', 'Small &amp; Medium Business (51-500)', 'Small & Medium Business (51-500)', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2025-11-13 05:18:39', '2025-11-13 05:18:39', '', 241, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=242', 0, 'revision', '', 0),
(243, 1, '2025-11-13 05:27:41', '2025-11-13 05:19:04', ' ', '', '', 'publish', 'closed', 'closed', '', '243', '', '', '2025-11-13 05:27:41', '2025-11-13 05:27:41', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=243', 3, 'nav_menu_item', '', 0);
INSERT INTO `wp_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
(244, 1, '2025-11-13 05:27:41', '2025-11-13 05:19:05', ' ', '', '', 'publish', 'closed', 'closed', '', '244', '', '', '2025-11-13 05:27:41', '2025-11-13 05:27:41', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=244', 5, 'nav_menu_item', '', 0),
(245, 1, '2025-11-13 05:27:41', '2025-11-13 05:19:04', ' ', '', '', 'publish', 'closed', 'closed', '', '245', '', '', '2025-11-13 05:27:41', '2025-11-13 05:27:41', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=245', 4, 'nav_menu_item', '', 0),
(246, 1, '2025-11-13 05:22:02', '2025-11-13 05:22:02', '', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:02', '2025-11-13 05:22:02', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=246', 0, 'revision', '', 0),
(247, 1, '2025-11-13 05:22:38', '2025-11-13 05:22:38', '', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:38', '2025-11-13 05:22:38', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=247', 0, 'revision', '', 0),
(248, 1, '2025-11-13 05:22:38', '2025-11-13 05:22:38', '', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:38', '2025-11-13 05:22:38', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=248', 0, 'revision', '', 0),
(249, 1, '2025-11-13 05:22:38', '2025-11-13 05:22:38', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:38', '2025-11-13 05:22:38', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=249', 0, 'revision', '', 0),
(250, 1, '2025-11-13 05:22:55', '2025-11-13 05:22:55', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:55', '2025-11-13 05:22:55', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=250', 0, 'revision', '', 0),
(251, 1, '2025-11-13 05:22:55', '2025-11-13 05:22:55', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:55', '2025-11-13 05:22:55', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=251', 0, 'revision', '', 0),
(252, 1, '2025-11-13 05:22:55', '2025-11-13 05:22:55', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:22:55', '2025-11-13 05:22:55', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=252', 0, 'revision', '', 0),
(253, 1, '2025-11-13 05:27:22', '2025-11-13 05:27:22', 'Enterprise (500+)', 'Enterprise (500+)', '', 'publish', 'closed', 'closed', '', 'enterprise', '', '', '2025-11-13 05:27:22', '2025-11-13 05:27:22', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?page_id=253', 0, 'page', '', 0),
(254, 1, '2025-11-13 05:27:22', '2025-11-13 05:27:22', 'Enterprise (500+)', 'Enterprise (500+)', '', 'inherit', 'closed', 'closed', '', '253-revision-v1', '', '', '2025-11-13 05:27:22', '2025-11-13 05:27:22', '', 253, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=254', 0, 'revision', '', 0),
(255, 1, '2025-11-13 05:27:42', '2025-11-13 05:27:42', ' ', '', '', 'publish', 'closed', 'closed', '', '255', '', '', '2025-11-13 05:27:42', '2025-11-13 05:27:42', '', 0, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=255', 6, 'nav_menu_item', '', 0),
(257, 1, '2025-11-13 05:28:01', '2025-11-13 05:28:01', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:28:01', '2025-11-13 05:28:01', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=257', 0, 'revision', '', 0),
(258, 1, '2025-11-13 05:28:01', '2025-11-13 05:28:01', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"#\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"#\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:28:01', '2025-11-13 05:28:01', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=258', 0, 'revision', '', 0),
(259, 1, '2025-11-13 05:28:01', '2025-11-13 05:28:01', '<section>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c1.jpg\" alt=\"\"/>									<h3>Startups</h3>									<p>( 1-49 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Limited HR resources. Every minute counts. Need professional HR without enterprise complexity or cost.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Essential HRMS to professionalize HR from day one</li>\n																		<li>Automated payroll and compliance</li>\n																		<li>Employee self-service portal</li>\n																		<li>Simple, transparent pricing</li>\n																	</ul>\n																<a href=\"/startups/\">Explore Startup Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c2.jpg\" alt=\"\"/>									<h3>Small &amp; Medium Business</h3>									<p>( 50-999 Employees )</p>								\n								<h5>Your Challenge :</h5>								<p>Rapid growth. Manual processes breaking down. Need to scale HR without proportional headcount growth.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Complete HRMS with all modules</li>\n																		<li>Multi-location management</li>\n																		<li>Performance and learning management</li>\n																		<li>Advanced analytics and reporting</li>\n																		<li>Project management integration</li>\n																		<li>Custom workflows</li>\n																	</ul>\n																<a href=\"/smb/\">Explore SMB Solutions</a>\n									<img src=\"https://demo-smarthrlanding-wp.dreamstechnologies.com/wp-content/uploads/2025/11/fc-c3.jpg\" alt=\"\"/>									<h3>Enterprise </h3>									<p>( 1,000+ Employees )</p>								\n								<h5>Your Challenge :</h5>								<p> Global operations. Complex compliance. Need customization and white-label capability.</p>								<h5>What You Get:</h5>								<ul>\n																		<li>Everything in SMB, plus:</li>\n																		<li><b>Custom development</b> (10 hours/month included)</li>\n																		<li>White-label option</li>\n																		<li>Multi-country payroll</li>\n																		<li>Dedicated account manager</li>\n																		<li>SLA guarantees</li>\n																		<li>Advanced security features</li>\n																	</ul>\n																		* Custom pricing (volume discounts available)								\n																<a href=\"/enterprise\">Explore Enterprise Solutions</a>\n		</section>', 'By Business Size', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2025-11-13 05:28:01', '2025-11-13 05:28:01', '', 237, 'https://demo-smarthrlanding-wp.dreamstechnologies.com/?p=259', 0, 'revision', '', 0);

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

--
-- Table structure for table `wp_termmeta`
--

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

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

--
-- Table structure for table `wp_terms`
--

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

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Menu 1', 'menu-1', 0);

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

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_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 `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(7, 2, 0),
(16, 2, 0),
(17, 2, 0),
(18, 2, 0),
(19, 2, 0),
(220, 2, 0),
(236, 2, 0),
(243, 2, 0),
(244, 2, 0),
(245, 2, 0),
(255, 2, 0);

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

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 11);

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

--
-- Table structure for table `wp_usermeta`
--

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

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(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, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"a83f9e318ca7fa6e30593e6c27e8e5ff7657c46b5c2d9c5eff04a7543ee7dbc0\";a:4:{s:10:\"expiration\";i:1763093301;s:2:\"ip\";s:3:\"::1\";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:1762920501;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '5'),
(18, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:24:\"add-post-type-case_study\";i:1;s:21:\"add-post-type-article\";i:2;s:12:\"add-post_tag\";i:3;s:23:\"add-case_study_category\";i:4;s:20:\"add-article_category\";}'),
(20, 1, 'nav_menu_recently_edited', '2'),
(21, 1, 'wp_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-11-12T06:35:32.718Z\";}'),
(22, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(23, 1, 'wp_user-settings', 'editor=html&libraryContent=browse'),
(24, 1, 'wp_user-settings-time', '1763011308'),
(25, 1, 'elementor_dismissed_editor_notices', 'a:1:{i:0;s:20:\"image_optimizer_hint\";}');

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

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$wp$2y$10$ai0Ce7e7/K4gD73OVN4p2.p5WnXDoqT7qMCTZLX3dHgWc85/zTWPC', 'admin', '[email protected]', 'https://demo-smarthrlanding-wp.dreamstechnologies.com', '2025-11-12 04:08:04', '', 0, 'admin');

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_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 `wp_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

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

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

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

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_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`);

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

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

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

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

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

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_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 `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_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 */;